-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.13 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.13 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "terra",
"version": "3.0.0",
"private": true,
"homepage": "/Terra/",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test"
},
"dependencies": {
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"dexie": "^3.0.1",
"dexie-export-import": "^1.0.0-rc.2",
"downloadjs": "^1.4.7",
"fontsource-roboto": "^2.1.4",
"gifuct-js": "^2.1.2",
"hotkeys-js": "^3.8.1",
"mobx": "^5.15.4",
"mobx-react-lite": "^2.0.7",
"notistack": "^0.9.17",
"pako": "^1.0.11",
"pixi-cull": "^1.0.1",
"pixi-particles": "^4.3.0",
"pixi-viewport": "^4.21.1",
"pixi.js": "^6.0.0",
"protobufjs": "^6.11.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"react-youtube": "^7.11.3",
"sass": "^1.55.0",
"shuffle-seed": "1.1.6",
"switchboard.js": "2.1.0",
"uuid": "^8.2.0"
},
"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": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/downloadjs": "^1.4.2",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.52",
"@types/gapi.client.drive": "^3.0.12",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/pako": "^1.0.1",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-virtualized": "^9.21.10",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/uuid": "^8.0.0",
"comlink-loader": "^2.0.0",
"image-scramble": "^2.2.2",
"pixl-canvas-plus": "^2.0.10",
"pngjs": "^6.0.0",
"react-app-rewired": "^2.1.6",
"typescript": "^4.2.2"
}
}