-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 995 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
35
36
37
38
39
40
41
42
{
"name": "kittens-web",
"version": "0.0.0",
"private": true,
"author": {
"name": "SJ Pratt",
"email": "[email protected]"
},
"dependencies": {
"ajv": "^6.4.0",
"axios": "^0.18.0",
"material-ui": "^1.0.0-beta.42",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reflexbox": "^3.0.1",
"socketcluster-client": "^11.0.2"
},
"devDependencies": {
"eslint-config-react-app": "^2.1.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.3",
"prettier": "^1.11.1",
"redux-devtools-extension": "^2.13.2"
},
"engines": {
"node": "9.11.x",
"npm": "5.6.x"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "lint-staged"
}
}