{ "name": "mota-ts", "private": true, "version": "1.0.0-alpha", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build && ts-node-esm script/build.ts", "build-gh": "vue-tsc && vite build --base=/HumanBreak/ && ts-node-esm script/build.ts", "build-local": "vue-tsc && vite build --base=/ && ts-node-esm script/build.ts", "preview": "vite preview", "preview-node": "cd dist && node server.cjs", "update": "ts-node-esm script/update.ts", "declare": "ts-node-esm script/declare.ts", "type": "vue-tsc --noEmit" }, "dependencies": { "@ant-design/icons-vue": "^6.1.0", "ant-design-vue": "^3.2.17", "axios": "^1.3.5", "chart.js": "^4.2.1", "lodash": "^4.17.21", "lz-string": "^1.5.0", "mutate-animate": "^1.1.1", "three": "^0.149.0", "vue": "^3.2.47" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "@types/babel__core": "^7.20.0", "@types/fontmin": "^0.9.0", "@types/fs-extra": "^9.0.13", "@types/lodash": "^4.14.194", "@types/node": "^18.15.11", "@vitejs/plugin-legacy": "^4.0.2", "@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue-jsx": "^3.0.1", "compressing": "^1.9.0", "fontmin": "^0.9.9", "form-data": "^4.0.0", "fs-extra": "^10.1.0", "less": "^4.1.3", "rollup": "^3.20.2", "terser": "^5.16.9", "ts-node": "^10.9.1", "typescript": "^4.9.5", "unplugin-vue-components": "^0.22.12", "vite": "^4.2.1", "vue-tsc": "^1.2.0" } }