-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "love-vs-money",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"express": "^4.16.2",
"flat-file-db": "^1.0.0",
"hex-to-rgba": "^1.0.1",
"raf-loop": "^1.1.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-global-state": "^0.1.2",
"react-motion-ui-pack": "^0.10.3",
"react-resize-detector": "^1.1.0",
"react-router-dom": "^4.2.2",
"react-router-ga": "^1.0.0",
"react-router-transition": "^1.1.3",
"react-scripts": "1.0.17",
"react-simple-contenteditable": "0.0.3",
"react-transition-group": "^2.2.1",
"text-width": "^1.2.0"
},
"scripts": {
"start": "node server/index.js",
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\"",
"dev-server": "nodemon server/index.js",
"dev-client": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged",
"postinstall": "npm run build"
},
"devDependencies": {
"concurrently": "^3.5.1",
"husky": "^0.14.3",
"prettier": "^1.10.2",
"pretty-quick": "^1.2.0"
},
"proxy": "http://localhost:9000/"
}