feat:UI及部分后端
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "deearthx-v3",
|
||||
"version": "1.0.0",
|
||||
"description": "main",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.tianpao.top/Tianpao/DeEarthX-V3.git"
|
||||
},
|
||||
"license": "ISC",
|
||||
"author": "Tianpao",
|
||||
"type": "module",
|
||||
"main": "./.build/build.js",
|
||||
"scripts": {
|
||||
"backend":"cd ./backend && npm run build",
|
||||
"upx":".\\.build\\upx.exe .\\backend\\dist\\Dex-v3-core.exe",
|
||||
"tauri":"cd ./front && npm run tauri build",
|
||||
"build":"npm run tauri && npm run backend && npm run upx"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user