-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "elapor-vue-capacitor",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^4.0.1",
"@capacitor/app": "^4.0.1",
"@capacitor/core": "^4.0.1",
"@capacitor/geolocation": "^4.0.1",
"@capacitor/ios": "^4.0.1",
"@ckeditor/ckeditor5-build-classic": "^35.0.1",
"@ckeditor/ckeditor5-build-decoupled-document": "^35.0.1",
"@ckeditor/ckeditor5-vue": "^4.0.1",
"@vueform/multiselect": "^2.5.2",
"axios": "^0.27.2",
"daisyui": "^2.19.0",
"pinia": "^2.0.18",
"select2-vue-component": "^6.1.1",
"vue": "^3.2.25",
"vue-router": "^4.1.2",
"vue-select": "^4.0.0-beta.3",
"vue-sweetalert2": "^5.0.5",
"vue3-select2-component": "^0.1.7"
},
"devDependencies": {
"@capacitor/cli": "^4.0.1",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"vite": "^2.9.9"
}
}