forked from LukasAndreano/vkma-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "vkma-boilerplate",
"private": true,
"version": "1.0.0",
"homepage": "./",
"scripts": {
"dev": "vite --port=3000",
"build": "yarn prettier && vite build --base=./",
"preview": "vite preview",
"odr": "env ODR=1 yarn build",
"prettier": "npx prettier --write .",
"tunnel": "vk-tunnel --insecure=1 --http-protocol=http --ws-protocol=wss --host=localhost --port=3000",
"deploy": "yarn build && kokateam-deploy",
"vk-hosting": "vk-miniapps-deploy"
},
"dependencies": {
"@kokateam/router-vkminiapps": "^0.0.2",
"@vkontakte/icons": "^2.31.0",
"@vkontakte/vk-bridge": "^2.7.2",
"@vkontakte/vkui": "4.41.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.1",
"recoil": "^0.7.7"
},
"devDependencies": {
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@vitejs/plugin-react-swc": "^3.3.0",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
"@vkontakte/vk-tunnel": "^0.1.3",
"eruda": "^3.0.0",
"eruda-code": "^2.1.0",
"eruda-dom": "^2.0.0",
"kokateam-deploy": "^1.0.27",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"vite": "^4.3.3",
"vite-plugin-singlefile": "^0.13.5",
"vite-svg-loader": "^4.0.0"
}
}