-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "air-dash",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@honeybadger-io/react": "^0.0.7",
"@vx/curve": "^0.0.192",
"@vx/glyph": "^0.0.192",
"@vx/group": "^0.0.192",
"@vx/responsive": "^0.0.192",
"@vx/scale": "^0.0.192",
"@vx/shape": "^0.0.192",
"@vx/text": "^0.0.192",
"axios": "^0.21.1",
"date-fns": "^2.8.1",
"idb-keyval": "^3.1.0",
"react": "^16.12.0",
"react-circular-progressbar": "^2.0.2",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"tinycolor2": "^1.4.1"
},
"scripts": {
"start": "run-p start:**",
"start:app": "react-scripts start",
"build": "run-p build:**",
"build:app": "export REACT_APP_COMMIT_REF=\"$COMMIT_REF\" && react-scripts build",
"build:deployjson": "echo \"{\\\"revision\\\": \\\"${COMMIT_REF:-$(git rev-parse HEAD)}\\\", \\\"date\\\": \\\"$(date -u +'%Y-%m-%dT%H:%M:%SZ')\\\"}\" > public/deploy.json",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}