-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 894 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": "material",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"flow-bin": "^0.57.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-materialize": "^1.0.3",
"react-router-dom": "^4.1.1"
},
"devDependencies": {
"babel-eslint": "8.0.1",
"eslint": "4.9.0",
"eslint-config-last": "0.0.3",
"eslint-config-prettier": "2.6.0",
"eslint-plugin-prettier": "2.3.1",
"json-server": "^0.12.0",
"prettier": "1.7.4",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"db":
"./node_modules/.bin/json-server --watch ./src/store/db.json --port 3005",
"lint": "yarn eslint -- .",
"lint:fix": "yarn lint -- --fix",
"flow": "flow"
}
}