33 lines
897 B
JSON
33 lines
897 B
JSON
{
|
|
"name": "@deep/demo",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@deep/engine": "workspace:*",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
"disable-devtool": "0.3.9",
|
|
"emittery": "^2.0.0",
|
|
"naive-ui": "^2.44.1",
|
|
"simplex-noise": "^4.0.3",
|
|
"three": "catalog:",
|
|
"vue": "catalog:",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@types/three": "catalog:",
|
|
"@vitejs/plugin-vue": "catalog:",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"typescript": "catalog:",
|
|
"unplugin-turbo-console": "^2.3.0",
|
|
"vite": "catalog:",
|
|
"vite-plugin-static-copy": "^4.0.1",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
} |