|
| 1 | +{ |
| 2 | + "name": "preview-podcast", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "vite", |
| 7 | + "build": "run-p type-check build-only", |
| 8 | + "preview": "vite preview", |
| 9 | + "build-only": "vite build", |
| 10 | + "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", |
| 11 | + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
| 12 | + "format": "prettier --write src/", |
| 13 | + "publish": "laf storage push bh5nzo-preview-podcast dist", |
| 14 | + "pub": "laf storage push bh5nzo-preview-podcast dist" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@vime/core": "^5.4.0", |
| 18 | + "@vime/vue-next": "^5.4.0", |
| 19 | + "laf-client-sdk": "1.0.0-beta.8", |
| 20 | + "vue": "^3.3.2" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@rushstack/eslint-patch": "^1.2.0", |
| 24 | + "@tsconfig/node18": "^2.0.1", |
| 25 | + "@types/node": "^18.16.8", |
| 26 | + "@vitejs/plugin-vue": "^4.2.3", |
| 27 | + "@vue/eslint-config-prettier": "^7.1.0", |
| 28 | + "@vue/eslint-config-typescript": "^11.0.3", |
| 29 | + "@vue/tsconfig": "^0.4.0", |
| 30 | + "autoprefixer": "^10.4.14", |
| 31 | + "cssnano": "^6.0.1", |
| 32 | + "eslint": "^8.39.0", |
| 33 | + "eslint-plugin-vue": "^9.11.0", |
| 34 | + "npm-run-all": "^4.1.5", |
| 35 | + "postcss": "^8.4.23", |
| 36 | + "prettier": "^2.8.8", |
| 37 | + "tailwindcss": "^3.3.2", |
| 38 | + "typescript": "~5.0.4", |
| 39 | + "vite": "^4.3.5", |
| 40 | + "vue-tsc": "^1.6.4" |
| 41 | + } |
| 42 | +} |
0 commit comments