|
| 1 | +{ |
| 2 | + "name": "docs", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "preview": "vite preview" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "localforage": "^1.10.0", |
| 14 | + "lucide-react": "^0.367.0", |
| 15 | + "match-sorter": "^6.3.4", |
| 16 | + "prismjs": "^1.29.0", |
| 17 | + "react": "^18.2.0", |
| 18 | + "react-dom": "^18.2.0", |
| 19 | + "react-router-dom": "^6.22.3", |
| 20 | + "sort-by": "^0.0.2", |
| 21 | + "tailwindcss": "^3.4.3" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "@adam.plesnik/tailwindcss-scroll-driven-animations": "^0.1.1", |
| 25 | + "@types/prismjs": "^1.26.3", |
| 26 | + "@types/react": "^18.2.66", |
| 27 | + "@types/react-dom": "^18.2.22", |
| 28 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 29 | + "@typescript-eslint/parser": "^7.2.0", |
| 30 | + "@vitejs/plugin-react": "^4.2.1", |
| 31 | + "autoprefixer": "^10.4.19", |
| 32 | + "babel-plugin-prismjs": "^2.1.0", |
| 33 | + "eslint": "^8.57.0", |
| 34 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 35 | + "eslint-plugin-react-refresh": "^0.4.6", |
| 36 | + "postcss": "^8.4.38", |
| 37 | + "typescript": "^5.2.2", |
| 38 | + "vite": "^5.2.0" |
| 39 | + } |
| 40 | +} |
0 commit comments