-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "dododouble",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"lodash": "^4.17.21",
"resize-observer-polyfill": "^1.5.1",
"three": "^0.167.1",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^22.5.0",
"@types/three": "^0.170.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"chalk": "^5.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"kill-port": "^2.0.1",
"lil-gui": "^0.20.0",
"prettier": "^3.4.2",
"sass": "^1.81.0",
"sass-loader": "^16.0.1",
"terser": "^5.37.0",
"vite": "^5.4.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-vue-devtools": "^7.6.8"
}
}