-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
55
56
57
58
59
60
{
"name": "opencyberdance",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"lint": "eslint --ext .ts,.js src",
"lint:fix": "eslint --fix --ext .ts,.js src"
},
"devDependencies": {
"@nanostores/logger": "^0.2.4",
"@types/dom-speech-recognition": "^0.0.4",
"@types/howler": "^2.2.11",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@unocss/preset-wind": "^0.58.0",
"@vue/devtools-api": "^6.5.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"prettier": "^3.1.0",
"three-ik": "^0.1.0",
"typescript": "^5.2.2",
"unocss": "^0.58.0",
"vite": "^5.0.0",
"wrangler": "^3.71.0"
},
"dependencies": {
"@nanostores/vue": "^0.10.0",
"@tweenjs/tween.js": "^23.1.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vueform/slider": "^2.1.9",
"@vueuse/core": "^10.7.0",
"animate.css": "^4.1.1",
"chart.js": "^4.4.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"date-fns": "^2.30.0",
"howler": "^2.2.4",
"immer": "^10.0.3",
"lil-gui": "^0.19.1",
"nanoid": "^5.0.6",
"nanostores": "^0.9.5",
"openai": "^4.55.7",
"postprocessing": "^6.33.4",
"three": "^0.159.0",
"tone": "^14.7.77",
"vue": "^3.3.10",
"vue-flip-toolkit": "^1.6.0",
"vue-overdrive": "^1.2.0",
"zod": "^3.23.8"
}
}