-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
65 lines (65 loc) · 1.81 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
64
65
{
"name": "superbird-webapp",
"version": "0.39.11+decomp",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=\"./\"",
"preview": "vite preview"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/node-sass": "^4.11.3",
"@types/react": "17",
"@types/react-dom": "17",
"@types/react-transition-group": "^4.4.5",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-react": "^2.2.0",
"sass": "^1.56.1",
"serve": "^14.0.1",
"terser": "^5.15.1",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite-plugin-commonjs": "^0.5.3",
"vite-plugin-dynamic-import": "^1.2.3",
"vite-plugin-utils": "^0.3.6"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@emotion/is-prop-valid": "^1.2.0",
"@emotion/memoize": "^0.8.0",
"@emotion/stylis": "^0.8.5",
"@emotion/unitless": "^0.8.0",
"classnames": "^2.3.2",
"color": "^4.2.3",
"color-contrast": "^1.0.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"color-string": "^1.9.1",
"dom-helpers": "^5.2.1",
"dom7": "^4.0.4",
"graphql-query-compress": "^1.2.4",
"hoist-non-react-statics": "^3.3.2",
"memoize-one": "^6.0.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"object-assign": "^4.1.1",
"quantize": "^1.0.2",
"react": "17",
"react-dom": "17",
"react-intersection-observer": "^9.4.0",
"react-is": "^18.2.0",
"react-swipeable": "^7.0.0",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.8",
"scheduler": "^0.23.0",
"shallowequal": "^1.1.0",
"simple-swizzle": "^0.2.2",
"ssr-window": "^4.0.2",
"styled-components": "^5.3.6",
"swiper": "^8.4.4",
"tslib": "^2.4.1",
"uuid": "^9.0.0"
}
}