-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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": "ichbinheino",
"version": "0.1.0",
"private": true,
"engines": {
"node": "6.2.0"
},
"proxy": "http://localhost:8080",
"dependencies": {
"@tweenjs/tween.js": "^17.1.1",
"express": "^4.16.2",
"firebase": "^4.6.0",
"howler": "^2.0.5",
"pixi.js": "^4.6.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-autobind": "^1.0.6",
"react-dom": "^16.0.0",
"react-rangeslider": "^2.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.14",
"react-slider": "^0.9.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sanitize.css": "^5.0.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"styled-components": "^2.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"prettier": "^1.7.4"
}
}