-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 888 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 888 Bytes
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
{
"name": "stack-anlyze",
"version": "2.6.0",
"private": true,
"type": "module",
"description": "mobile or pwa based of stack-analyze npm version 1.0.7",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@capacitor/core": "^7.4.4",
"@capacitor/device": "^7.0.2",
"@capacitor/network": "^7.0.2",
"@ionic/vue": "^8.7.9",
"@ionic/vue-router": "^8.7.9",
"axios": "^1.13.2",
"swiper": "^12.0.3",
"timeago.js": "^4.0.2",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@capacitor/cli": "^7.4.4",
"@vitejs/plugin-vue": "^6.0.1",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.2.2",
"vite-plugin-pwa": "^1.1.0",
"vue-tsc": "^3.1.3"
}
}