-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
{
"name": "dev-doku",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.5.0",
"@tiptap/pm": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"axios": "^1.6.1",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.0",
"luxon": "^1.28.1",
"perfect-scrollbar": "^1.5.5",
"remixicon": "^3.5.0",
"swiper": "^11.0.4",
"vee-validate": "^4.11.8",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.2.0",
"vue-datetime": "^1.0.0-beta.14",
"vue-grid-layout": "^2.4.0",
"vue-i18n": "^9.6.5",
"vue-moment": "^4.1.0",
"vue-router": "^4.2.5",
"vue-tippy": "^6.3.1",
"vue-toastification": "^2.0.0-rc.5",
"vue-tour": "^2.0.0",
"vue3-perfect-scrollbar": "^1.6.1",
"vuedraggable": "^2.24.3",
"weekstart": "^1.1.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/cli": "^1.5.0",
"@types/vue-moment": "^4.0.7",
"@vitejs/plugin-vue": "^4.2.3",
"@volar/vue-language-plugin-pug": "^1.6.5",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.16",
"pinia": "^2.1.7",
"postcss": "^8.4.31",
"pug": "^3.0.2",
"pug-loader": "^1.0.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.4",
"vite-plugin-pug": "^0.3.2",
"vue-pug-plugin": "^2.0.3",
"vue-tsc": "^1.8.5"
}
}