|
1 | 1 | {
|
2 | 2 | "name": "vite-react-tailwind",
|
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Frontend application", |
3 | 5 | "private": true,
|
4 |
| - "version": "0.0.0", |
5 | 6 | "type": "module",
|
6 | 7 | "scripts": {
|
7 | 8 | "dev": "vite",
|
8 |
| - "build": "tsc -b && vite build", |
| 9 | + "build": "vite build", |
9 | 10 | "preview": "vite preview",
|
10 |
| - "lint": "biome lint --write .", |
11 |
| - "format": "biome check --write . && biome format . --write" |
| 11 | + "lint": "biome lint . --write", |
| 12 | + "check": "biome check . --write", |
| 13 | + "format": "biome format . --write", |
| 14 | + "cleanup": "pnpm dlx rimraf dist node_modules pnpm-lock.yaml", |
| 15 | + "analyze-bundle": "pnpm dlx vite-bundle-visualizer" |
12 | 16 | },
|
13 | 17 | "dependencies": {
|
| 18 | + "@modular-forms/react": "^0.8.1", |
| 19 | + "@myorg/shared-ui": "workspace:*", |
| 20 | + "@nanostores/persistent": "^0.10.2", |
| 21 | + "@nanostores/query": "^0.3.4", |
| 22 | + "@nanostores/react": "^0.7.3", |
| 23 | + "clsx": "^2.1.1", |
| 24 | + "consola": "^3.2.3", |
| 25 | + "nanostores": "^0.11.2", |
| 26 | + "ofetch": "^1.3.4", |
| 27 | + "react-cookie": "^7.2.0", |
| 28 | + "react-dom": "^18.3.1", |
| 29 | + "react-error-boundary": "^4.0.13", |
| 30 | + "react-router-dom": "^6.26.1", |
14 | 31 | "react": "^18.3.1",
|
15 |
| - "react-dom": "^18.3.1" |
| 32 | + "sonner": "^1.5.0", |
| 33 | + "tailwind-merge": "^2.5.2", |
| 34 | + "universal-cookie": "^7.2.0", |
| 35 | + "valibot": "^0.38.0" |
16 | 36 | },
|
17 | 37 | "devDependencies": {
|
18 |
| - "@types/react": "^18.3.3", |
| 38 | + "@biomejs/biome": "1.8.3", |
| 39 | + "@tailwindcss/aspect-ratio": "^0.4.2", |
| 40 | + "@tailwindcss/forms": "^0.5.7", |
| 41 | + "@tailwindcss/typography": "^0.5.14", |
| 42 | + "@types/node": "^22.4.0", |
19 | 43 | "@types/react-dom": "^18.3.0",
|
| 44 | + "@types/react": "^18.3.3", |
20 | 45 | "@vitejs/plugin-react": "^4.3.1",
|
| 46 | + "autoprefixer": "^10.4.20", |
| 47 | + "postcss": "^8.4.41", |
| 48 | + "tailwind-debug-breakpoints": "^1.0.3", |
| 49 | + "tailwindcss-animate": "^1.0.7", |
| 50 | + "tailwindcss": "^3.4.10", |
21 | 51 | "typescript": "^5.5.4",
|
22 |
| - "vite": "^5.3.5", |
23 |
| - "vitest": "^2.0.5" |
| 52 | + "vite-plugin-inspect": "^0.8.5", |
| 53 | + "vite-tsconfig-paths": "^5.0.1", |
| 54 | + "vite": "^5.4.1" |
24 | 55 | }
|
25 | 56 | }
|
0 commit comments