HumanBreak/package.json

63 lines
1.9 KiB
JSON
Raw Normal View History

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-05-31 12:09:47 +08:00
"build": "vue-tsc && vite build && ts-node-esm script/build.ts 0 1 1",
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",
"update": "ts-node-esm script/update.ts",
2023-02-28 17:49:34 +08:00
"declare": "ts-node-esm script/declare.ts",
2023-05-27 22:29:02 +08:00
"type": "vue-tsc --noEmit",
"lines": "ts-node-esm script/lines.ts"
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",
2023-06-08 19:23:43 +08:00
"jszip": "^3.10.1",
2023-05-13 21:47:37 +08:00
"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-24 20:20:32 +08:00
"vue": "^3.3.4"
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 22:16:51 +08:00
"@rollup/plugin-commonjs": "^25.0.0",
2023-05-13 21:47:37 +08:00
"@rollup/plugin-node-resolve": "^15.0.2",
2023-05-31 12:09:47 +08:00
"@rollup/plugin-replace": "^5.0.2",
2023-05-24 20:20:32 +08:00
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
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",
2023-05-24 20:20:32 +08:00
"@types/node": "^18.16.14",
2023-05-13 21:47:37 +08:00
"@types/ws": "^8.5.4",
"@vitejs/plugin-legacy": "^4.0.3",
2023-05-24 20:20:32 +08:00
"@vitejs/plugin-vue": "^4.2.3",
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-24 20:20:32 +08:00
"rollup": "^3.23.0",
"terser": "^5.17.6",
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-24 20:20:32 +08:00
"vite": "^4.3.8",
"vue-tsc": "^1.6.5",
"ws": "^8.13.0"
2022-11-13 18:02:05 +08:00
}
}