HumanBreak/package.json
2024-04-26 17:39:20 +08:00

66 lines
2.0 KiB
JSON

{
"name": "mota-ts",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "ts-node-esm script/dev.ts",
"build": "vue-tsc && vite build && ts-node-esm script/build.ts dist",
"build-gh": "vue-tsc && vite build --base=/HumanBreak/ && ts-node-esm script/build.ts gh",
"build-local": "vue-tsc && vite build --base=/ && ts-node-esm script/build.ts local",
"preview": "vite preview",
"update": "ts-node-esm script/update.ts",
"declare": "ts-node-esm script/declare.ts",
"type": "vue-tsc --noEmit",
"lines": "ts-node-esm script/lines.ts"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@emotion/css": "^11.11.2",
"@vueuse/core": "^10.4.1",
"ant-design-vue": "^3.2.20",
"axios": "^1.5.0",
"chart.js": "^4.4.0",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"lz-string": "^1.5.0",
"mutate-animate": "^1.3.3",
"three": "^0.149.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@types/babel__core": "^7.20.1",
"@types/fontmin": "^0.9.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.17.14",
"@types/ws": "^8.5.5",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"chokidar": "^3.5.3",
"compressing": "^1.10.0",
"fontmin": "^0.9.9",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"less": "^4.2.0",
"postcss-preset-env": "^9.5.9",
"rollup": "^3.28.1",
"terser": "^5.19.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8",
"ws": "^8.13.0"
}
}