forked from kaangiray26/geddit-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
39
40
{
"name": "geddit-app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build && npx cap sync",
"preview": "vite preview",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@capacitor/android": "^5.2.2",
"@capacitor/app": "^5.0.6",
"@capacitor/app-launcher": "^5.0.6",
"@capacitor/browser": "^5.0.6",
"@capacitor/core": "^5.2.2",
"@capacitor/filesystem": "^5.1.1",
"@capacitor/haptics": "^5.0.6",
"@capacitor/local-notifications": "^5.0.6",
"@capacitor/share": "^5.0.6",
"@capacitor/toast": "^5.0.6",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.2.1",
"bootstrap": "^5.3.0",
"fuse.js": "^6.6.2",
"hammerjs": "^2.0.8",
"hls.js": "^1.4.10",
"marked": "^5.1.1",
"showdown": "^2.1.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^5.2.2",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.64.0",
"terser": "^5.19.1",
"vite": "^4.4.6"
}
}