添加了一个修改
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "newtoy",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"deploy": "npm run build && node deploy-ftp.js",
|
||||
"upload": "node deploy-ftp.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/three": "^0.181.0",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"three": "^0.181.1",
|
||||
"vue": "^3.5.24",
|
||||
"vue-router": "^4.4.5",
|
||||
"ssh2-sftp-client": "^11.0.0",
|
||||
"archiver": "^7.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user