-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
58 lines (58 loc) · 1.46 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
51
52
53
54
55
56
57
58
{
"name": "disastles-online",
"version": "0.1.0",
"private": true,
"homepage": "http://game.disastles.com/",
"dependencies": {
"@material-ui/core": "3.8.3",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.29",
"@sentry/browser": "^4.5.3",
"american-sounding-names": "^1.1.3",
"ap": "^0.2.0",
"audio-context": "^1.0.3",
"clipboard-copy": "^2.0.1",
"collect-methods": "^1.2.0",
"config-request": "^0.5.1",
"fast-levenshtein": "^2.0.6",
"geval": "^2.2.0",
"obstruction": "^2.1.0",
"react": "^16.6.3",
"react-animation-frame": "^1.0.2",
"react-dom": "^16.6.3",
"react-extras": "^0.7.1",
"react-marquee": "^1.0.0",
"react-measure": "^2.1.3",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-window-size": "^1.2.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"thyming": "^0.1.1",
"ws": "^6.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.8.0",
"gh-pages": "^2.0.1"
}
}