-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.85 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
{
"name": "trackmania-records",
"version": "2.1.0",
"author": "NeKz",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build -m Update",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test --env=jsdom",
"clone:api": "git clone --single-branch --branch api --depth 1 https://github.com/NeKzBot/trackmania-records api",
"clone:build": "git clone --single-branch --branch gh-pages https://github.com/NeKzor/trackmania-records build",
"dev:server": "cd server && node main.js",
"dev:proxy": "http-server -P http://localhost:3003 -p 8080 -S",
"dev:api": "http-server ./api --cors -p 8081",
"prettier": "prettier --config prettier.config.js --write src/**/*.js scripts/**/*.js"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"apexcharts": "^3.26.2",
"d3-scale": "^3.2.1",
"gh-pages": "^2.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.32",
"react": "^17.0.1",
"react-apexcharts": "^1.3.6",
"react-dom": "^17.0.1",
"react-json-view": "^1.21.3",
"react-moment": "^0.9.7",
"react-router": "^3.2.5",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"chokidar": "^3.5.3",
"react-scripts": "^4.0.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}