mirror of
https://github.com/motajs/template.git
synced 2026-04-12 15:11:10 +08:00
96 lines
3.3 KiB
JSON
96 lines
3.3 KiB
JSON
{
|
|
"name": "mota-ts",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx script/dev.ts",
|
|
"preview": "vite preview",
|
|
"declare": "tsx script/declare.ts",
|
|
"type": "vue-tsc --noEmit",
|
|
"lines": "tsx script/lines.ts packages packages-user",
|
|
"build:packages": "vue-tsc --noEmit && tsx script/build-packages.ts",
|
|
"build:game": "tsx script/declare.ts && vue-tsc --noEmit && tsx script/build-game.ts",
|
|
"build:lib": "vue-tsc --noEmit && tsx script/build-lib.ts",
|
|
"docs:dev": "tsx docs/.vitepress/init.ts && vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs",
|
|
"pack:template": "tsx script/pack-template.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"@wasm-audio-decoders/ogg-vorbis": "^0.1.20",
|
|
"anon-tokyo": "0.0.0-alpha.0",
|
|
"ant-design-vue": "^3.2.20",
|
|
"axios": "^1.13.6",
|
|
"chart.js": "^4.5.1",
|
|
"codec-parser": "^2.5.0",
|
|
"eventemitter3": "^5.0.4",
|
|
"gl-matrix": "^3.4.4",
|
|
"jszip": "^3.10.1",
|
|
"lodash-es": "^4.17.23",
|
|
"lz-string": "^1.5.0",
|
|
"maxrects-packer": "^2.7.3",
|
|
"mutate-animate": "^1.4.2",
|
|
"ogg-opus-decoder": "^1.7.3",
|
|
"opus-decoder": "^0.7.11",
|
|
"vue": "^3.5.29"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.28.6",
|
|
"@babel/core": "^7.29.0",
|
|
"@babel/preset-env": "^7.29.0",
|
|
"@eslint/js": "^9.39.4",
|
|
"@rollup/plugin-babel": "^6.1.0",
|
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
"@rollup/plugin-replace": "^5.0.7",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/archiver": "^6.0.4",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/express": "^5.0.6",
|
|
"@types/fontmin": "^0.9.5",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.19.15",
|
|
"@types/ws": "^8.18.1",
|
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
|
"archiver": "^7.0.1",
|
|
"chokidar": "^3.6.0",
|
|
"compressing": "^1.10.4",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"express": "^5.2.1",
|
|
"fontmin": "^2.0.3",
|
|
"form-data": "^4.0.5",
|
|
"fs-extra": "^11.3.4",
|
|
"glob": "^11.1.0",
|
|
"globals": "^15.15.0",
|
|
"less": "^4.5.1",
|
|
"madge": "^8.0.0",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"mermaid": "^11.12.3",
|
|
"postcss-preset-env": "^9.6.0",
|
|
"prettier": "^3.8.1",
|
|
"rollup": "^4.59.0",
|
|
"terser": "^5.46.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.56.1",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vitepress": "^1.6.4",
|
|
"vitepress-plugin-mermaid": "^2.0.17",
|
|
"vue-tsc": "^2.2.12",
|
|
"ws": "^8.19.0"
|
|
}
|
|
}
|