-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.74 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
59
60
61
62
63
64
65
66
67
{
"name": "forge-of-the-archons",
"version": "0.1.0",
"private": true,
"author": "Nathan Westlake <[email protected]>",
"proxy": "http://localhost:5000",
"dependencies": {
"@craco/craco": "^5.2.3",
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.2.1",
"axios": "^0.19.0",
"firebase": "^6.2.4",
"firebaseui": "^4.0.0",
"lodash": "^4.17.14",
"loglevel": "^1.6.3",
"mobx": "^5.10.1",
"mobx-react": "^6.1.1",
"phaser": "^3.18.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"uuid": "^3.3.2",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"deploy": "craco build && firebase deploy",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@types/jest": "24.0.15",
"@types/lodash": "^4.14.136",
"@types/node": "12.0.10",
"@types/react": "16.8.22",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "^4.3.4",
"@types/uuid": "^3.4.5",
"@types/webfontloader": "^1.6.29",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^5.16.0",
"eslint-plugin-only-warn": "^1.0.1",
"eslint-plugin-react": "^7.14.2",
"typescript": "^3.5.2"
},
"license": "MIT"
}