-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "twa_WS_cargoExc",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=dev npx nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"tunnel_web": "vk-tunnel --insecure=0 --http-protocol=http --ws-protocol=wss --host=localhost --port=3000 --timeout=300",
"tunnel_api": "vk-tunnel --insecure=0 --http-protocol=http --ws-protocol=wss --host=localhost --port=7788 --timeout=300"
},
"dependencies": {
"@chakra-ui/nuxt": "^0.6.0",
"@chakra-ui/vue": "^0.13.1",
"@chenfengyuan/vue-carousel": "^2.0.0",
"@nuxtjs/amp": "^0.5.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/emotion": "^0.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@twa-dev/sdk": "^6.9.1",
"@twa-dev/types": "^6.9.0",
"core-js": "^3.25.3",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"nuxt": "^2.15.8",
"nuxt-leaflet": "^0.0.27",
"swiper": "^11.0.4",
"vue": "^2.7.10",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"vue2-leaflet": "^2.7.1"
},
"devDependencies": {
"nuxt-twa-module": "^1.3.1"
}
}