-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.17 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
{
"version": "0.0.1",
"scripts": {
"start": "vite --config ./config/vite.config.js",
"build": "tsc --project ./config/tsconfig.json && vite build --config ./config/vite.config.js",
"odr": "tsc --project ./config/tsconfig.json && vite build --config ./config/vite.odr.config.js",
"deploy": "vk-miniapps-deploy"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"terser": "^5.16.8",
"vite": "^4.2.1",
"vite-plugin-eruda": "^1.0.1",
"vite-plugin-singlefile": "^0.13.3",
"vite-plugin-zip-pack": "^1.0.5",
"vite-tsconfig-paths": "^4.0.7"
},
"dependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vkontakte/icons": "^2.42.0",
"@vkontakte/vk-bridge": "^2.7.4",
"@vkontakte/vk-mini-app-router": "C:\\Users\\User\\Downloads\\vk-mini-apps-router",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
"@vkontakte/vkui": "^5.5.1",
"axios": "^1.4.0",
"elum-state": "^0.6.1",
"eruda": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vite-plugin-svgr": "^2.4.0"
}
}