This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.53 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
{
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development parcel serve src/index.html",
"build": "parcel build --no-scope-hoist src/index.html",
"serve": "http-server dist"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@fontsource/inter": "^4.5.1",
"@free-draw/moderation-client": "^0.6.7",
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.5.0",
"@parcel/config-default": "^2.0.1",
"@parcel/transformer-image": "2.0.0-rc.0",
"@parcel/transformer-sass": "^2.0.1",
"@parcel/transformer-svg-react": "^2.0.1",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.177",
"@types/ms": "^0.7.31",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.15",
"axios": "^0.21.4",
"babel-plugin-styled-components": "^1.13.3",
"binary-parser": "^1.9.2",
"dayjs": "^1.10.7",
"eventemitter2": "^6.4.5",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"node-cache": "^5.1.2",
"parcel": "^2.0.1",
"pixi.js": "^6.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-spring": "^9.3.1",
"react-window": "^1.8.6",
"socket.io-client": "^4.4.0",
"styled-components": "^5.3.3",
"url-join": "^4.0.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"http-proxy-middleware": "^2.0.1",
"http-server": "^0.12.3"
}
}