-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 990 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
33
34
{
"name": "frontful-playground",
"version": "1.0.0",
"private": true,
"description": "Isomorphic React, Express and Frontful infrastructure playground for development",
"scripts": {
"build": "yarn test && frontful-environment build",
"start": "frontful-environment start",
"start:build": "yarn build && cross-env PORT=8000 node ./build/server",
"test": "yarn test:eslint",
"test:eslint": "node ./node_modules/eslint/bin/eslint.js --max-warnings 0 ."
},
"frontful": {
"config": "./config.js"
},
"dependencies": {
"core-decorators": "^0.20.0",
"express": "^4.15.2",
"frontful-config": "2.x",
"frontful-dao": "2.x",
"frontful-environment": "2.x",
"frontful-model": "2.x",
"frontful-resolver": "2.x",
"frontful-router": "2.x",
"frontful-style": "2.x",
"mobx": "^3.1.9",
"normalize.css": "^7.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"cross-env": "^5.0.1"
}
}