mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-04 15:12:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			95 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			95 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": "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",
 | 
						|
        "@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",
 | 
						|
        "maxrects-packer": "^2.7.3",
 | 
						|
        "mutate-animate": "^1.4.2",
 | 
						|
        "ogg-opus-decoder": "^1.6.14",
 | 
						|
        "opus-decoder": "^0.7.7",
 | 
						|
        "vue": "^3.5.20"
 | 
						|
    },
 | 
						|
    "devDependencies": {
 | 
						|
        "@babel/cli": "^7.26.4",
 | 
						|
        "@babel/core": "^7.26.10",
 | 
						|
        "@babel/preset-env": "^7.26.9",
 | 
						|
        "@eslint/js": "^9.24.0",
 | 
						|
        "@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/archiver": "^6.0.3",
 | 
						|
        "@types/babel__core": "^7.20.5",
 | 
						|
        "@types/express": "^5.0.3",
 | 
						|
        "@types/fontmin": "^0.9.5",
 | 
						|
        "@types/fs-extra": "^11.0.4",
 | 
						|
        "@types/lodash-es": "^4.17.12",
 | 
						|
        "@types/node": "^22.18.0",
 | 
						|
        "@types/ws": "^8.18.0",
 | 
						|
        "@vitejs/plugin-legacy": "^7.2.1",
 | 
						|
        "@vitejs/plugin-vue": "^6.0.1",
 | 
						|
        "@vitejs/plugin-vue-jsx": "^5.1.1",
 | 
						|
        "archiver": "^7.0.1",
 | 
						|
        "chokidar": "^3.6.0",
 | 
						|
        "compressing": "^1.10.1",
 | 
						|
        "concurrently": "^9.1.2",
 | 
						|
        "eslint": "^9.22.0",
 | 
						|
        "eslint-config-prettier": "^10.1.8",
 | 
						|
        "eslint-plugin-prettier": "^5.5.4",
 | 
						|
        "eslint-plugin-react": "^7.37.5",
 | 
						|
        "eslint-plugin-vue": "^9.33.0",
 | 
						|
        "express": "^5.1.0",
 | 
						|
        "fontmin": "^2.0.3",
 | 
						|
        "form-data": "^4.0.2",
 | 
						|
        "fs-extra": "^11.3.1",
 | 
						|
        "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",
 | 
						|
        "prettier": "^3.6.2",
 | 
						|
        "rollup": "^4.49.0",
 | 
						|
        "terser": "^5.39.0",
 | 
						|
        "tsx": "^4.20.5",
 | 
						|
        "typescript": "^5.9.2",
 | 
						|
        "typescript-eslint": "^8.27.0",
 | 
						|
        "vite": "^7.0.0",
 | 
						|
        "vite-plugin-dts": "^4.5.4",
 | 
						|
        "vitepress": "^1.6.3",
 | 
						|
        "vitepress-plugin-mermaid": "^2.0.17",
 | 
						|
        "vue-tsc": "^2.2.8",
 | 
						|
        "ws": "^8.18.1"
 | 
						|
    }
 | 
						|
}
 |