-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
{
"name": "classroom",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint ."
},
"dependencies": {
"@capacitor/android": "^5.6.0",
"@capacitor/app": "5.0.6",
"@capacitor/core": "5.6.0",
"@capacitor/filesystem": "^5.2.0",
"@capacitor/haptics": "5.0.6",
"@capacitor/ios": "^5.6.0",
"@capacitor/keyboard": "5.0.7",
"@capacitor/network": "^5.0.6",
"@capacitor/status-bar": "5.0.6",
"@fluent/bundle": "^0.18.0",
"@ionic/storage": "^4.0.0",
"@ionic/vue": "^7.6.4",
"@ionic/vue-router": "^7.0.0",
"@ts-stack/markdown": "^1.5.0",
"@vueuse/core": "^10.9.0",
"canvas-confetti": "^1.9.2",
"events": "^3.3.0",
"fluent-vue": "^3.5.0",
"ionicons": "^7.0.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
"pouchdb-find": "^8.0.1",
"pouchdb-upsert": "^2.2.0",
"uuid": "^9.0.1",
"vue": "^3.4.14",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@capacitor/cli": "5.6.0",
"@types/canvas-confetti": "^1.6.4",
"@types/pouchdb": "^6.4.2",
"@types/pouchdb-adapter-cordova-sqlite": "^1.0.4",
"@types/pouchdb-find": "^7.3.3",
"@types/pouchdb-upsert": "^2.2.9",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.3.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"unplugin-fluent-vue": "^1.1.4",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
},
"description": "School od Devotion"
}