-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "samples-3d",
"private": true,
"version": "0.0.0",
"workspaces": [
"packages/*"
],
"scripts": {
"dev:app": "pnpm --filter=@lizhou/3d-samples run dev",
"build:app": "pnpm --filter=@lizhou/3d-samples run build",
"dev:mo": "pnpm --filter=@lizhou/mesh-optimize exec nodemon src/index.js",
"mo": "pnpm --filter=@lizhou/mesh-optimize exec node src/index.js",
"pub:app": "node scripts/publish.js"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"axios": "^1.5.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"form-data": "^4.0.0",
"nx": "16.5.5",
"terser": "^5.19.2",
"tslib": "^2.6.2",
"turbo": "^1.10.13",
"typescript": "^5.0.2",
"vite": "^4.3.2"
},
"nx": {
"targets": {}
},
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"packageManager": "[email protected]"
}