-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"name": "plugin-stackoptica",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.1",
"@tanstack/vue-query": "^5.51.16",
"@types/color": "^4.2.0",
"@vueuse/core": "^11.0.1",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"color": "^4.2.3",
"create-vite": "^6.0.1",
"create-vue": "^3.12.2",
"lucide-vue-next": "^0.460.0",
"mathjs": "^13.2.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^4.1.3",
"radix-vue": "^1.5.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tsc": "^2.0.4",
"vue": "^3.4.15",
"vue-draggable": "^2.0.6",
"vue-router": "^4.2.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"file-saver": "^2.0.5",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.11",
"vue-tsc": "^2.0.29"
}
}