forked from fabe/www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "nextjs-mobx-grommet",
"version": "1.0.0",
"scripts": {
"dev": "nodemon -w server/index.js server/index.js",
"build": "next build",
"prestart": "NODE_ENV=production next build",
"start": "NODE_ENV=production node server/index.js",
"nextstart": "NODE_ENV=production next start"
},
"main": "server/index.js",
"dependencies": {
"apisauce": "^0.14.0",
"autoprefixer": "^7.1.1",
"axios": "^0.16.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-wrap-in-js": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"core-decorators": "^0.17.0",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-sslify": "^1.2.0",
"glob": "^7.1.2",
"grommet": "^1.6.0",
"helmet": "^3.6.1",
"hpp": "^0.2.2",
"mobx": "^2.7.0",
"mobx-react": "^4.0.4",
"mobx-react-devtools": "^4.2.11",
"next": "beta",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"postcss-csso": "^2.0.0",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"sass-loader": "^6.0.6"
},
"engines": {
"node": ">=6.9.2"
},
"author": "Matnoire team",
"license": "MIT"
}