-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 854 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": "portfolio",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.1",
"@tresjs/core": "^5.8.3",
"gsap": "^3.15.0",
"tailwindcss": "^4.3.1",
"three": "^0.184.0",
"vue": "^3.5.38",
"vue-eslint-parser": "^10.4.1",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^10.5.0",
"eslint-plugin-vue": "^10.9.2",
"globals": "^17.6.0",
"prettier": "^3.8.4",
"vite": "^8.0.16",
"vite-plugin-vue-devtools": "^8.1.3"
}
}