|
7 | 7 | "dev": "vite", |
8 | 8 | "build": "tsc -b && vite build", |
9 | 9 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
10 | | - "preview": "vite preview" |
| 10 | + "preview": "vite preview", |
| 11 | + "storybook": "storybook dev -p 6006", |
| 12 | + "build-storybook": "storybook build" |
11 | 13 | }, |
12 | 14 | "dependencies": { |
13 | 15 | "@react-three/drei": "^9.117.3", |
|
23 | 25 | "zustand": "^4.5.4" |
24 | 26 | }, |
25 | 27 | "devDependencies": { |
| 28 | + "@storybook/react-vite": "^9.0.15", |
26 | 29 | "@tanstack/react-query": "^5.51.14", |
| 30 | + "@types/node": "^24.0.10", |
27 | 31 | "@types/react": "^18.3.3", |
28 | 32 | "@types/react-dom": "^18.3.0", |
29 | 33 | "@types/three": "^0.170.0", |
30 | 34 | "@typescript-eslint/eslint-plugin": "^7.17.0", |
31 | 35 | "@typescript-eslint/parser": "^7.17.0", |
32 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
| 36 | + "@vitejs/plugin-react-swc": "^3.7.0", |
33 | 37 | "autoprefixer": "^10.4.19", |
| 38 | + "chromatic": "^13.1.2", |
34 | 39 | "eslint": "^8.57.0", |
35 | 40 | "eslint-config-airbnb": "^19.0.4", |
36 | 41 | "eslint-config-airbnb-typescript": "^18.0.0", |
|
39 | 44 | "eslint-plugin-jsx-a11y": "^6.9.0", |
40 | 45 | "eslint-plugin-react": "^7.35.0", |
41 | 46 | "eslint-plugin-react-hooks": "^4.6.2", |
42 | | - "eslint-plugin-react-refresh": "^0.4.7", |
| 47 | + "eslint-plugin-react-refresh": "^0.4.9", |
| 48 | + "eslint-plugin-storybook": "^9.0.15", |
43 | 49 | "postcss": "^8.4.40", |
44 | 50 | "prettier": "^3.3.3", |
45 | 51 | "prettier-plugin-tailwindcss": "^0.6.5", |
| 52 | + "storybook": "^9.0.15", |
46 | 53 | "tailwindcss": "^3.4.7", |
47 | | - "typescript": "^5.2.2", |
| 54 | + "typescript": "^5.5.4", |
48 | 55 | "vite": "^5.3.4", |
49 | 56 | "vite-plugin-svgr": "^4.3.0" |
| 57 | + }, |
| 58 | + "pnpm": { |
| 59 | + "patchedDependencies": { |
| 60 | + "ast-types": "patches/ast-types.patch" |
| 61 | + } |
50 | 62 | } |
51 | 63 | } |
0 commit comments