-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.5 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
{
"name": "mtg-deckbuilder",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@material-ui/styles": "^4.9.0",
"axios": "^0.19.2",
"axios-cookiejar-support": "^1.0.0",
"axios-hooks": "^1.10.0",
"clsx": "^1.1.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"lodash": "^4.17.15",
"mana-font": "^1.6.0",
"material-ui-icons": "^1.0.0-beta.36",
"notistack": "^0.9.9",
"npm": "^6.14.2",
"pm2": "^4.2.3",
"react": "^16.13.0",
"react-check-auth": "^0.2.0-alpha.2",
"react-dom": "^16.13.0",
"react-helmet": "^6.1.0",
"react-lazy-images": "^1.1.0",
"react-lazy-load-image-component": "^1.5.0-beta.0",
"react-lazyload": "^2.6.5",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"recharts": "^1.8.5",
"thenby": "^1.3.0",
"tough-cookie": "^4.0.0",
"typeface-roboto": "0.0.75",
"write-file-p": "^1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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": {}
}