-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 964 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"static": "next build && next export && echo.>./out/.nojekyll && echo.'ngnam.github.io' > ./out/CNAME",
"deploy": "npm run static && gh-pages -d out -t true"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"babel-plugin-macros": "^3.1.0",
"next": "latest",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"classnames": "^2.3.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}