-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.87 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
{
"private": true,
"name": "stats",
"version": "0.1.0",
"homepage": "http://gantsign.github.io/stats",
"scripts": {
"build": "react-scripts --max_old_space_size=6144 build",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"eject": "react-scripts eject",
"fix": "gts fix && prettier-package-json --write && json --output json --in-place -f tsconfig.json && json --output json --in-place -f .eslintrc.json && prettier --write .prettierrc.js",
"prepare": "npm run compile",
"prestat": "gts fix && prettier-package-json --write && json --output json --in-place -f tsconfig.json && json --output json --in-place -f .eslintrc.json && prettier --write .prettierrc.js",
"start": "react-scripts start",
"pretest": "npm run compile",
"test": "react-scripts test",
"posttest": "npm run check"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/jest": "29.5.12",
"@types/node": "^18.19.22",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react-measure": "^2.0.12",
"@types/react-plotly.js": "^2.6.3",
"@types/semver": "^7.5.8",
"axios": "^1.6.7",
"data-forge": "^1.10.1",
"plotly.js-basic-dist": "^2.30.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-measure": "^2.5.2",
"react-plotly.js": "^2.6.0",
"semver": "^7.6.0"
},
"devDependencies": {
"gts": "^3.1.1",
"json": "^11.0.0",
"prettier-package-json": "^2.8.0",
"react-scripts": "5.0.1",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=18 <19"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}