-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.22 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": "SmartOrganizer",
"private": true,
"version": "0.9.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"@vueuse/core": "^10.4.1",
"animejs": "^3.2.1",
"chart.js": "^4.3.0",
"class-variance-authority": "^0.7.0",
"clone": "^2.1.2",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"lodash.isequal": "^4.5.0",
"lodash.omit": "^4.5.0",
"lucide-vue-next": "^0.284.0",
"nanoid": "^4.0.2",
"pinia": "^2.1.1",
"primevue": "^3.29.1",
"radix-vue": "^0.4.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"thenby": "^1.3.4",
"vue": "^3.3.4",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/animejs": "^3.1.7",
"@types/clone": "^2.1.1",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.omit": "^4.5.7",
"@types/node": "^20.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"unplugin-icons": "^0.16.1",
"vite": "^4.3.7",
"vue-tsc": "^1.6.5"
}
}