|
| 1 | +{ |
| 2 | + "name": "blabla", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.1", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite --open" |
| 8 | + }, |
| 9 | + "lint-staged": { |
| 10 | + "*.{ts,tsx}": "eslint", |
| 11 | + "*.{tsx,ts,css,json}": "prettier --write" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@ovhcloud/ods-components": "^18.4.1", |
| 15 | + "@ovhcloud/ods-themes": "^18.4.1", |
| 16 | + "@tanstack/react-query": "^5.62.7", |
| 17 | + "date-fns": "^4.1.0", |
| 18 | + "openapi-fetch": "^0.13.3", |
| 19 | + "react": "^19.0.0", |
| 20 | + "react-dom": "^19.0.0", |
| 21 | + "react-hook-form": "^7.54.1", |
| 22 | + "react-router": "^7.0.2", |
| 23 | + "zustand": "^5.0.2" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@commitlint/cli": "^19.6.0", |
| 27 | + "@commitlint/config-conventional": "^19.6.0", |
| 28 | + "@eslint/js": "^9.16.0", |
| 29 | + "@mockoon/cli": "^9.1.0", |
| 30 | + "@tanstack/eslint-plugin-query": "^5.62.1", |
| 31 | + "@tanstack/react-query": "^5.62.7", |
| 32 | + "@tsconfig/strictest": "^2.0.5", |
| 33 | + "@types/node": "^22.10.2", |
| 34 | + "@types/react": "^19.0.1", |
| 35 | + "@types/react-dom": "^19.0.2", |
| 36 | + "@vitejs/plugin-react-swc": "^3.7.2", |
| 37 | + "@vitest/coverage-v8": "2.1.8", |
| 38 | + "autoprefixer": "^10.4.20", |
| 39 | + "eslint": "^9.16.0", |
| 40 | + "eslint-config-prettier": "^9.1.0", |
| 41 | + "eslint-plugin-prettier": "^5.2.1", |
| 42 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 43 | + "eslint-plugin-react-refresh": "^0.4.16", |
| 44 | + "globals": "^15.13.0", |
| 45 | + "husky": "^9.1.7", |
| 46 | + "lint-staged": "^15.2.11", |
| 47 | + "openapi-typescript": "^7.4.4", |
| 48 | + "postcss": "^8.4.49", |
| 49 | + "prettier": "^3.4.2", |
| 50 | + "prettier-plugin-tailwindcss": "^0.6.9", |
| 51 | + "tailwindcss": "^3.4.16", |
| 52 | + "typescript": "^5.7.2", |
| 53 | + "typescript-eslint": "^8.18.0", |
| 54 | + "vite": "^6.0.3", |
| 55 | + "vitest": "^2.1.8", |
| 56 | + "zustand": "^5.0.2" |
| 57 | + } |
| 58 | +} |
0 commit comments