{
    "name": "mota-ts",
    "private": true,
    "version": "1.0.0",
    "type": "module",
    "scripts": {
        "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",
        "preview": "vite preview",
        "update": "tsx script/update.ts",
        "declare": "tsx script/declare.ts",
        "type": "vue-tsc --noEmit",
        "lines": "tsx script/lines.ts packages packages-user",
        "build:packages": "vue-tsx --noEmit && tsx script/build-packages.ts",
        "build:game": "vue-tsx --noEmit && tsx script/build-game.ts",
        "docs:dev": "concurrently -k -n SIDEBAR,VITEPRESS -c blue,green \"tsx docs/.vitepress/api.ts\" \"vitepress dev docs\"",
        "docs:build": "vitepress build docs",
        "docs:preview": "vitepress preview docs"
    },
    "dependencies": {
        "@ant-design/icons-vue": "^6.1.0",
        "@vueuse/core": "^10.11.1",
        "@wasm-audio-decoders/ogg-vorbis": "^0.1.16",
        "anon-tokyo": "0.0.0-alpha.0",
        "ant-design-vue": "^3.2.20",
        "axios": "^1.8.4",
        "chart.js": "^4.4.8",
        "codec-parser": "^2.5.0",
        "eventemitter3": "^5.0.1",
        "gl-matrix": "^3.4.3",
        "jszip": "^3.10.1",
        "lodash-es": "^4.17.21",
        "lz-string": "^1.5.0",
        "mutate-animate": "^1.4.2",
        "ogg-opus-decoder": "^1.6.14",
        "opus-decoder": "^0.7.7",
        "vue": "^3.5.13"
    },
    "devDependencies": {
        "@babel/cli": "^7.26.4",
        "@babel/core": "^7.26.10",
        "@babel/preset-env": "^7.26.9",
        "@rollup/plugin-babel": "^6.0.4",
        "@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/babel__core": "^7.20.5",
        "@types/fontmin": "^0.9.5",
        "@types/fs-extra": "^9.0.13",
        "@types/lodash-es": "^4.17.12",
        "@types/node": "^18.19.80",
        "@types/ws": "^8.18.0",
        "@vitejs/plugin-legacy": "^6.0.2",
        "@vitejs/plugin-vue": "^5.2.3",
        "@vitejs/plugin-vue-jsx": "^4.1.2",
        "chokidar": "^3.6.0",
        "compressing": "^1.10.1",
        "concurrently": "^9.1.2",
        "eslint": "^9.22.0",
        "eslint-plugin-prettier": "^5.2.3",
        "eslint-plugin-vue": "^9.33.0",
        "fontmin": "^0.9.9",
        "form-data": "^4.0.2",
        "fs-extra": "^10.1.0",
        "glob": "^11.0.1",
        "globals": "^15.15.0",
        "less": "^4.2.2",
        "madge": "^8.0.0",
        "markdown-it-mathjax3": "^4.3.2",
        "mermaid": "^11.5.0",
        "postcss-preset-env": "^9.6.0",
        "rollup": "^3.29.5",
        "terser": "^5.39.0",
        "tsx": "^4.19.3",
        "typescript": "^5.8.2",
        "typescript-eslint": "^8.27.0",
        "unplugin-vue-components": "^0.22.12",
        "vite": "^6.2.2",
        "vite-plugin-dts": "^4.5.3",
        "vitepress": "^1.6.3",
        "vitepress-plugin-mermaid": "^2.0.17",
        "vue-tsc": "^2.2.8",
        "ws": "^8.18.1"
    }
}