-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "vk-hot-or-not",
"version": "1.0.0",
"homepage": "./",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:odr": "tsc && vite build --mode staging",
"zip": "ts-node auto-zip/index.ts",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.0",
"@react-spring/web": "^9.6.0",
"@sentry/browser": "^7.26.0",
"@use-gesture/react": "^10.2.23",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"@vkontakte/icons": "^2.1.1",
"@vkontakte/vk-bridge": "^2.7.2",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
"@vkontakte/vkui": "^4.40.0",
"axios": "^1.2.1",
"dayjs": "^1.11.7",
"effector": "^22.4.1",
"effector-react": "^22.3.4",
"eruda": "^2.8.3",
"eruda-code": "^2.1.0",
"eruda-dom": "^2.0.0",
"lottie-react": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"react-window-infinite-loader": "^1.0.8",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@vanilla-extract/vite-plugin": "^4.0.7",
"@vitejs/plugin-react-swc": "^3.6.0",
"effector-logger": "^0.13.4",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^5.2.10",
"vite-plugin-singlefile": "^2.0.1",
"zip-local": "^0.3.5"
}
}