-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "metro",
"version": "2.2.1",
"homepage": ".",
"dependencies": {
"bootstrap": "^4.5.0",
"firebase": "^11.0.1",
"gh-pages": "^2.2.0",
"jquery": "^3.5.1",
"rc-slider": "^8.7.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-keyboard-event-handler": "^1.5.4",
"react-scripts": "^3.4.1",
"reactstrap": "^8.4.1",
"regression": "^2.0.1",
"tone": "^13.8.25",
"ts-pnp": "^1.2.0",
"tsutils": "^3.17.1",
"typescript": "^3.9.5",
"yarn": "^1.22.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts --max_old_space_size=8192 start",
"build": "react-scripts --max_old_space_size=8192 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}