-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.7 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
60
61
62
63
{
"name": "ttrinfo-app",
"version": "0.2.1",
"description": "Toontown Rewritten Dashboard",
"author": "darkhappy",
"main": "public/electron.js",
"build": {
"appId": "ttrinfo.app"
},
"license": "GPL-3.0-or-later",
"homepage": "./",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"cross-env": "^7.0.0",
"electron-is-dev": "^1.1.0",
"rc-progress": "^2.5.2",
"react": "^16.12.0",
"react-animated-number": "^0.4.4",
"react-bootstrap": "^1.0.0-beta.16",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-tooltip": "^4.0.3",
"timeago.js": "^4.0.2"
},
"scripts": {
"react-start": "react-scripts start",
"react-build": "react-scripts build",
"react-test": "react-scripts test",
"react-eject": "react-scripts eject",
"electron-build": "electron-builder",
"build": "yarn run react-build && yarn electron-build",
"start": "concurrently \"cross-env BROWSER=none yarn run react-start\" \"wait-on http://localhost:3000 && electron .\""
},
"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"
]
},
"devDependencies": {
"concurrently": "^5.1.0",
"electron": "^8.0.1",
"electron-builder": "^22.3.2",
"wait-on": "^4.0.0"
}
}