-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
{
"name": "yuri-stream",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint",
"lint:fix": "eslint --fix",
"deploy": "bun run build && gh-pages -d dist",
"prepare": "husky"
},
"nano-staged": {
"*.{js,ts,vue}": "eslint --fix"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tresjs/core": "^5.8.1",
"@tresjs/nuxt": "^5.6.1",
"@vueuse/core": "^14.3.0",
"gsap": "^3.15.0",
"lil-gui": "^0.21.0",
"p5": "^2.3.0",
"pixi.js": "^8.19.0",
"stats.js": "^0.17.0",
"tailwindcss": "^4.3.0",
"three": "^0.184.0",
"vue": "^3.5.35",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@types/node": "^25.9.2",
"@types/stats.js": "^0.17.4",
"@types/three": "^0.184.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.3.0",
"eslint-plugin-format": "^2.0.1",
"gh-pages": "^6.3.0",
"husky": "^9.1.7",
"nano-staged": "^1.0.2",
"typescript": "~6.0.3",
"vite": "^8.0.16",
"vue-tsc": "^3.3.4"
}
}