forked from codebushi/nextjs-starter-dimension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 KB
/
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
33
34
35
36
37
38
39
{
"name": "nextjs-dimension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://odia.github.io/",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"predeploy": "npm run export",
"deploy": "touch out/.nojekyll && NODE_ENV=production gh-pages -t -d out -b master -r [email protected]:odia/odia.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-brands": "^5.0.10",
"@fortawesome/fontawesome-free-regular": "^5.0.10",
"@fortawesome/react-fontawesome": "0.0.18",
"autoprefixer": "^9.1.5",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-wrap-in-js": "^1.1.1",
"glob": "^7.1.3",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"next": "^7.0.0",
"node-sass": "^4.9.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"sass-loader": "^7.1.0"
},
"devDependencies": {
"gh-pages": "^2.2.0"
}
}