-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 770 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 770 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
35
36
{
"name": "demo",
"private": true,
"version": "2.5.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.9",
"axios": "^1.7.7",
"canvas-confetti": "^1.9.3",
"d3": "^7.9.0",
"function-plot": "^1.25.1",
"gsap": "^3.12.7",
"mathjs": "^14.3.1",
"plotly.js-dist": "^3.0.0",
"tailwindcss": "^4.0.9",
"three": "^0.174.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue3-colorpicker": "^2.3.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/three": "^0.174.0",
"@vitejs/plugin-vue": "^5.1.4",
"daisyui": "^5.0.2",
"vite": "^6.0.3"
},
"engines": {
"node": ">=16.0.0"
}
}