HumanBreak/package.json

69 lines
2.0 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": {
2024-08-18 19:32:26 +08:00
"dev": "tsx script/dev.ts",
"build": "vue-tsc && vite build && tsx script/build.ts dist",
"build-local": "vue-tsc && vite build && tsx script/build.ts local",
2022-11-13 18:02:05 +08:00
"preview": "vite preview",
2024-08-18 19:32:26 +08:00
"update": "tsx script/update.ts",
"declare": "tsx script/declare.ts",
2023-05-27 22:29:02 +08:00
"type": "vue-tsc --noEmit",
2024-08-18 19:32:26 +08:00
"lines": "tsx script/lines.ts"
2022-11-13 18:02:05 +08:00
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
2024-08-18 19:32:26 +08:00
"@emotion/css": "^11.13.0",
"@vueuse/core": "^10.11.1",
2024-08-01 21:39:33 +08:00
"anon-tokyo": "0.0.0-alpha.0",
2023-05-13 21:47:37 +08:00
"ant-design-vue": "^3.2.20",
2024-08-18 19:32:26 +08:00
"axios": "^1.7.4",
"chart.js": "^4.4.3",
2024-08-01 21:39:33 +08:00
"eventemitter3": "^5.0.1",
2024-04-30 12:27:20 +08:00
"gl-matrix": "^3.4.3",
2024-08-18 19:32:26 +08:00
"gsap": "^3.12.5",
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",
2024-10-04 11:46:35 +08:00
"mutate-animate": "^1.4.2",
2024-08-18 19:32:26 +08:00
"vue": "^3.4.38"
2022-11-13 18:02:05 +08:00
},
"devDependencies": {
2024-08-18 19:32:26 +08:00
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
2024-08-18 19:32:26 +08:00
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/babel__core": "^7.20.5",
"@types/fontmin": "^0.9.4",
2022-11-13 18:02:05 +08:00
"@types/fs-extra": "^9.0.13",
2024-08-18 19:32:26 +08:00
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.44",
"@types/ws": "^8.5.12",
2023-07-28 10:36:33 +08:00
"@vitejs/plugin-legacy": "^4.1.1",
2024-08-18 19:32:26 +08:00
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"chokidar": "^3.6.0",
"compressing": "^1.10.1",
2022-11-13 18:02:05 +08:00
"fontmin": "^0.9.9",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
2023-09-05 18:45:17 +08:00
"less": "^4.2.0",
2024-08-18 19:32:26 +08:00
"postcss-preset-env": "^9.6.0",
"rollup": "^3.29.4",
"terser": "^5.31.6",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
2023-01-05 22:21:40 +08:00
"unplugin-vue-components": "^0.22.12",
2024-08-18 19:32:26 +08:00
"vite": "^4.5.3",
2024-09-30 10:24:48 +08:00
"vue-tsc": "^2.1.6",
2024-08-18 19:32:26 +08:00
"ws": "^8.18.0"
2022-11-13 18:02:05 +08:00
}
}