2022-11-13 18:02:05 +08:00
|
|
|
{
|
|
|
|
"name": "mota-ts",
|
|
|
|
"private": true,
|
2023-04-30 21:21:35 +08:00
|
|
|
"version": "1.0.0",
|
2022-11-13 18:02:05 +08:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2023-05-13 21:47:37 +08:00
|
|
|
"dev": "ts-node-esm script/dev.ts",
|
2023-04-16 17:05:47 +08:00
|
|
|
"build": "vue-tsc && vite build && ts-node-esm script/build.ts",
|
2023-04-27 22:10:04 +08:00
|
|
|
"build-gh": "vue-tsc && vite build --base=/HumanBreak/ && ts-node-esm script/build.ts 1",
|
|
|
|
"build-local": "vue-tsc && vite build --base=/ && ts-node-esm script/build.ts 1",
|
2022-11-13 18:02:05 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"preview-node": "cd dist && node server.cjs",
|
2022-12-27 23:31:14 +08:00
|
|
|
"update": "ts-node-esm script/update.ts",
|
2023-02-28 17:49:34 +08:00
|
|
|
"declare": "ts-node-esm script/declare.ts",
|
|
|
|
"type": "vue-tsc --noEmit"
|
2022-11-13 18:02:05 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ant-design/icons-vue": "^6.1.0",
|
2023-05-13 21:47:37 +08:00
|
|
|
"ant-design-vue": "^3.2.20",
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
"chart.js": "^4.3.0",
|
|
|
|
"lodash-es": "^4.17.21",
|
2023-03-04 20:21:12 +08:00
|
|
|
"lz-string": "^1.5.0",
|
2023-04-15 20:21:29 +08:00
|
|
|
"mutate-animate": "^1.1.1",
|
2023-02-21 19:30:46 +08:00
|
|
|
"three": "^0.149.0",
|
2023-05-13 21:47:37 +08:00
|
|
|
"vue": "^3.3.1",
|
|
|
|
"ws": "^8.13.0"
|
2022-11-13 18:02:05 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-13 21:47:37 +08:00
|
|
|
"@babel/cli": "^7.21.5",
|
|
|
|
"@babel/core": "^7.21.8",
|
|
|
|
"@babel/preset-env": "^7.21.5",
|
2023-05-02 15:37:38 +08:00
|
|
|
"@rollup/plugin-babel": "^6.0.3",
|
2023-05-13 21:47:37 +08:00
|
|
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
2023-05-02 15:37:38 +08:00
|
|
|
"@rollup/plugin-terser": "^0.4.1",
|
|
|
|
"@rollup/plugin-typescript": "^11.1.0",
|
2023-04-15 20:21:29 +08:00
|
|
|
"@types/babel__core": "^7.20.0",
|
2022-11-13 18:02:05 +08:00
|
|
|
"@types/fontmin": "^0.9.0",
|
|
|
|
"@types/fs-extra": "^9.0.13",
|
2023-05-13 21:47:37 +08:00
|
|
|
"@types/lodash-es": "^4.17.7",
|
|
|
|
"@types/node": "^18.16.7",
|
|
|
|
"@types/ws": "^8.5.4",
|
|
|
|
"@vitejs/plugin-legacy": "^4.0.3",
|
|
|
|
"@vitejs/plugin-vue": "^4.2.2",
|
2023-04-15 20:21:29 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
2023-05-13 21:47:37 +08:00
|
|
|
"chokidar": "^3.5.3",
|
2023-04-15 20:21:29 +08:00
|
|
|
"compressing": "^1.9.0",
|
2022-11-13 18:02:05 +08:00
|
|
|
"fontmin": "^0.9.9",
|
|
|
|
"form-data": "^4.0.0",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"less": "^4.1.3",
|
2023-05-13 21:47:37 +08:00
|
|
|
"rollup": "^3.21.6",
|
|
|
|
"terser": "^5.17.3",
|
2022-11-13 18:02:05 +08:00
|
|
|
"ts-node": "^10.9.1",
|
2023-02-26 12:34:51 +08:00
|
|
|
"typescript": "^4.9.5",
|
2023-01-05 22:21:40 +08:00
|
|
|
"unplugin-vue-components": "^0.22.12",
|
2023-05-13 21:47:37 +08:00
|
|
|
"vite": "^4.3.5",
|
|
|
|
"vue-tsc": "^1.6.4"
|
2022-11-13 18:02:05 +08:00
|
|
|
}
|
|
|
|
}
|