-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 894 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
35
36
{
"name": "communauto-tools",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:ext": "vite --mode ext",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint src"
},
"dependencies": {
"@capacitor/app": "^8.0.1",
"@capacitor/browser": "^8.0.2",
"@capacitor/core": "^8.2.0",
"@capacitor/preferences": "^8.0.1",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.0",
"bootstrap": "^5.3.3",
"leaflet": "^1.9.4",
"vue": "^3.5.0",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.21",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-typescript": "^14.0.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.30.0",
"sass": "^1.83.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vue-tsc": "^2.2.0"
}
}