|
| 1 | +{ |
| 2 | + "name": "ooxml-dev", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "lint": "biome check .", |
| 11 | + "format": "biome check --write .", |
| 12 | + "typecheck": "tsc --noEmit", |
| 13 | + "release": "semantic-release", |
| 14 | + "prepare": "husky" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "clsx": "^2.1.1", |
| 18 | + "fumadocs-core": "^16.4.7", |
| 19 | + "fumadocs-ui": "^16.4.7", |
| 20 | + "jszip": "^3.10.1", |
| 21 | + "lucide-react": "^0.562.0", |
| 22 | + "react": "^19.2.3", |
| 23 | + "react-dom": "^19.2.3", |
| 24 | + "react-router-dom": "^7.12.0" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@biomejs/biome": "^2.3.11", |
| 28 | + "@semantic-release/commit-analyzer": "^13.0.1", |
| 29 | + "@semantic-release/exec": "^7.1.0", |
| 30 | + "@semantic-release/git": "^10.0.1", |
| 31 | + "@semantic-release/github": "^12.0.2", |
| 32 | + "husky": "^9.1.7", |
| 33 | + "semantic-release": "^25.0.2", |
| 34 | + "@tailwindcss/vite": "^4.1.18", |
| 35 | + "@types/react": "^19.2.8", |
| 36 | + "@types/react-dom": "^19.2.3", |
| 37 | + "@vitejs/plugin-react": "^5.1.2", |
| 38 | + "tailwindcss": "^4.1.18", |
| 39 | + "typescript": "~5.9.3", |
| 40 | + "vite": "^7.3.1" |
| 41 | + } |
| 42 | +} |
0 commit comments