-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "prossa",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"android:build": "yarn build && npx cap sync && cd android && gradle build && cd ..",
"android:icons": "npx capacitor-assets generate --android --iconBackgroundColor '#FFFFFF' --logoSplashScale '0.6'"
},
"dependencies": {
"@capacitor-community/keep-awake": "^4.0.0",
"@capacitor/android": "^5.3.0",
"@capacitor/app": "^5.0.6",
"@capacitor/clipboard": "^5.0.6",
"@capacitor/core": "^5.3.0",
"@capacitor/share": "^5.0.6",
"@capacitor/status-bar": "^5.0.6",
"@headlessui-float/vue": "^0.11.1",
"@headlessui/vue": "^1.7.8",
"@hyjiacan/vue-slideout": "^3.0.2",
"@tabler/icons-vue": "^2.17.0",
"@vueuse/core": "^9.12.0",
"cordova-plugin-statusbar": "^3.0.0",
"daisyui": "^2.51.5",
"epubjs": "^0.3.93",
"framework7": "^8.3.0",
"framework7-vue": "^8.3.0",
"konsta": "^3.0.1",
"localforage": "^1.10.0",
"luxon": "^3.3.0",
"pinia": "^2.0.30",
"pinia-plugin-persistedstate-2": "^2.0.11",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-touch-events": "^4.1.0"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^5.3.0",
"@tauri-apps/cli": "^1.3.1",
"@types/luxon": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "latest",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "latest",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "*",
"vite": "^4.3.3",
"vite-plugin-pwa": "^0.14.7",
"vue-tsc": "^1.0.11"
}
}