-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 882 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": "spark",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
"@motionone/vue": "^10.16.4",
"@uit/glitch-image": "^0.0.11",
"axios": "^1.8.4",
"bootstrap": "^5.3.5",
"bootstrap-vue": "^2.23.1",
"framer-motion": "^12.7.4",
"i": "^0.3.7",
"p5": "^2.0.1",
"powerglitch": "^2.4.0",
"vue": "^3.5.13",
"vue-axios": "^3.5.2",
"vue-powerglitch": "^1.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.2",
"@vue/tsconfig": "^0.7.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"prettier": "^3.5.3",
"typescript": "~5.7.2",
"vite": "^6.3.1",
"vue-tsc": "^2.2.8"
}
}