-
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) · 988 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 988 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
35
36
37
38
39
40
{
"name": "codecause.dev",
"private": true,
"version": "1.0.3",
"type": "module",
"engines": {
"node": ">=24",
"npm": ">=11.6.2"
},
"scripts": {
"dev": "vite --port 3000",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.js",
"format": "prettier --write ."
},
"dependencies": {
"@lit-labs/router": "^0.1.4",
"@lit/task": "^1.0.3",
"lit": "^3.3.2",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"urlpattern-polyfill": "^10.1.0"
},
"devDependencies": {
"@types/three": "^0.182.0",
"@vitejs/plugin-legacy": "^7.2.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-lit": "^2.1.1",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1",
"prettier-eslint": "^16.4.2",
"terser": "^5.46.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.53.1",
"vite": "^7.3.1",
"vite-plugin-eslint": "^1.8.1"
}
}