-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 943 Bytes
/
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
{
"name": "web__template__three.js",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"clean-up": "shx rm -rf dist node_modules package-lock.json",
"install:clean": "npm run clean-up && npm install",
"ncu": "npx npm-check-updates --deep",
"ncu:u": "npx npm-check-updates --deep -u"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/eslint__js": "^8.42.3",
"@types/three": "^0.170.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.13.0",
"prettier": "^3.4.1",
"shx": "^0.3.4",
"typescript": "~5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"vite-plugin-mkcert": "^1.17.6"
},
"dependencies": {
"three": "^0.171.0"
}
}