mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-18 20:09:27 +08:00
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "mota-ts",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build && ts-node-esm script/compress.ts",
|
|
"build-gh": "vue-tsc && vite build --base=/HumanBreak/ && ts-node-esm script/compress.ts",
|
|
"build-local": "vue-tsc && vite build --base=/ && ts-node-esm script/compress.ts",
|
|
"preview": "vite preview",
|
|
"preview-node": "cd dist && node server.cjs",
|
|
"update": "ts-node-esm script/update.ts",
|
|
"declare": "ts-node-esm script/declare.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"ant-design-vue": "^3.2.15",
|
|
"axios": "^1.3.4",
|
|
"chart.js": "^4.2.1",
|
|
"lodash": "^4.17.21",
|
|
"lz-string": "^1.4.4",
|
|
"mutate-animate": "^1.0.2",
|
|
"three": "^0.149.0",
|
|
"vue": "^3.2.47"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.21.0",
|
|
"@babel/core": "^7.21.0",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@types/fontmin": "^0.9.0",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/lz-string": "^1.3.34",
|
|
"@types/node": "^18.14.1",
|
|
"@vitejs/plugin-legacy": "^2.3.1",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
|
"compressing": "^1.8.0",
|
|
"fontmin": "^0.9.9",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"less": "^4.1.3",
|
|
"terser": "^5.16.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"vite": "^3.2.5",
|
|
"vue-tsc": "^1.2.0"
|
|
}
|
|
} |