-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 Bytes
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
{
"name": "agentpro-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tsparticles/slim": "^3.9.1",
"@tsparticles/vue3": "^3.0.1",
"@types/three": "^0.182.0",
"@vueuse/core": "^14.1.0",
"chart.js": "^4.5.1",
"gsap": "^3.14.2",
"lucide-vue-next": "^0.562.0",
"markdown-it": "^14.1.0",
"marked": "^17.0.1",
"pinia": "^2.1.7",
"three": "^0.182.0",
"vue": "^3.4.21",
"vue-draggable-plus": "^0.5.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"vite": "^5.2.0"
}
}