HumanBreak/package.json

52 lines
1.5 KiB
JSON
Raw Normal View History

2022-11-13 18:02:05 +08:00
{
"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",
2023-01-04 11:44:47 +08:00
"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",
2022-11-13 18:02:05 +08:00
"preview": "vite preview",
"preview-node": "cd dist && node server.cjs",
"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-01-05 22:21:40 +08:00
"ant-design-vue": "^3.2.15",
2023-02-26 12:34:51 +08:00
"axios": "^1.3.4",
"chart.js": "^4.2.1",
2022-11-13 18:02:05 +08:00
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
2023-01-05 22:21:40 +08:00
"mutate-animate": "^1.0.2",
2023-02-21 19:30:46 +08:00
"three": "^0.149.0",
2023-02-26 12:34:51 +08:00
"vue": "^3.2.47"
2022-11-13 18:02:05 +08:00
},
"devDependencies": {
2023-02-27 20:39:59 +08:00
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
2022-11-13 18:02:05 +08:00
"@types/fontmin": "^0.9.0",
"@types/fs-extra": "^9.0.13",
2023-01-05 22:21:40 +08:00
"@types/lodash": "^4.14.191",
2022-11-13 18:02:05 +08:00
"@types/lz-string": "^1.3.34",
2023-02-26 12:34:51 +08:00
"@types/node": "^18.14.1",
2023-01-05 22:21:40 +08:00
"@vitejs/plugin-legacy": "^2.3.1",
2022-11-13 18:02:05 +08:00
"@vitejs/plugin-vue": "^3.2.0",
2022-11-16 23:01:23 +08:00
"@vitejs/plugin-vue-jsx": "^2.1.1",
2023-02-26 12:34:51 +08:00
"compressing": "^1.8.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-02-26 12:34:51 +08:00
"terser": "^5.16.5",
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",
"vite": "^3.2.5",
2023-02-26 12:34:51 +08:00
"vue-tsc": "^1.2.0"
2022-11-13 18:02:05 +08:00
}
}