-
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) · 969 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 969 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": "capacitor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"mobile": "vite build && cap run android --target ce061606cbab823203"
},
"dependencies": {
"@capacitor/google-maps": "^4.0.1",
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"devDependencies": {
"@capacitor/android": "^4.0.1",
"@capacitor/cli": "^4.0.1",
"@capacitor/core": "^4.0.1",
"@capacitor/geolocation": "^4.0.1",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"vite": "^3.0.0",
"vue-router": "^4.1.4"
}
}