12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "rhythm",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build:prod": "vite build",
- "build:stag": "vite build --mode staging",
- "build:devProd": "vite build --mode devProd",
- "preview": "vite preview --port 9526",
- "type-check": "vue-tsc --build",
- "lint": "eslint . --fix",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "axios": "^1.7.9",
- "nprogress": "^0.2.0",
- "pinia": "^2.3.0",
- "vant": "^4.9.15",
- "vue": "^3.5.13",
- "vue-router": "^4.5.0"
- },
- "devDependencies": {
- "@types/nprogress": "^0.2.0",
- "@tsconfig/node22": "^22.0.0",
- "@types/node": "^22.10.2",
- "@vitejs/plugin-vue": "^5.2.1",
- "@vitejs/plugin-vue-jsx": "^4.1.1",
- "@vue/eslint-config-prettier": "^10.1.0",
- "@vue/eslint-config-typescript": "^14.1.3",
- "@vue/tsconfig": "^0.7.0",
- "eslint": "^9.14.0",
- "eslint-plugin-vue": "^9.30.0",
- "npm-run-all2": "^7.0.2",
- "postcss-pxtorem": "^6.1.0",
- "prettier": "^3.3.3",
- "sass": "^1.83.0",
- "typescript": "~5.6.3",
- "vite": "^6.0.5",
- "vue-tsc": "^2.1.10"
- }
- }
|