-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.49 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
{
"name": "neat-memos",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"dev:android": "ionic cap run android -l --external -- --mode dev",
"android:sync": "ionic build && npx cap copy && npx cap sync android",
"build:android": "vue-tsc && vite build --mode dev && npx cap copy && npx cap copy android",
"check": "vue-tsc --build --force"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@supabase/supabase-js": "^2.41.1",
"@types/markdown-it": "^14.1.2",
"@vee-validate/i18n": "^4.12.6",
"@vee-validate/rules": "^4.12.6",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-task-lists": "^2.1.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"roboto-fontface": "^0.10.0",
"vee-validate": "^4.12.6",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vue-3-material-date-picker": "^1.1.1",
"vue-i18n": "^9.10.2",
"vue-router": "^4.4.0",
"vue3-smooth-dnd": "^0.0.6",
"vuetify": "^3.5.13",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.0.4",
"eslint-plugin-vue": "^9.24.0",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.26"
}
}