-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 KB
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
{
"name": "modelbattle",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"change-case": "^4.1.1",
"connected-react-router": "^6.7.0",
"firebase": "^7.10.0",
"firebaseui": "^4.4.0",
"prop-types": "^15.7.2",
"query-string": "^6.11.1",
"ramda": "^0.27.0",
"react": "^16.13.0",
"react-canvas-draw": "^1.1.0",
"react-dom": "^16.13.0",
"react-firebaseui": "^4.1.0",
"react-images-queue": "^0.0.6",
"react-loader-spinner": "^3.1.5",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"redux-saga-routines": "^3.2.2",
"reselect": "^4.0.0",
"xstate": "^4.8.0"
},
"scripts": {
"monkeypatch": "sed \"s/ENV = 'production'/ENV = 'development'/g\" node_modules/react-scripts/scripts/build.js | sponge node_modules/react-scripts/scripts/build.js",
"deploy": "yarn build && firebase deploy --only hosting",
"start": "APP_ENV=production react-scripts start",
"dev": "APP_ENV=development 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"
]
}
}