|
1 | 1 | { |
2 | | - "name": "web-paseo-project", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "build": "next build", |
7 | | - "check": "biome check --write --unsafe .", |
8 | | - "deps:update": "pnpm exec npm-check-updates -u -t semver && pnpm install", |
9 | | - "dev": "next dev --turbopack", |
10 | | - "env:init": "cp .env.example .env.local", |
11 | | - "format": "biome format --write . && sort-package-json", |
12 | | - "format:check": "biome format . && sort-package-json -c", |
13 | | - "lint": "biome lint .", |
14 | | - "lint:fix": "biome lint --write --unsafe .", |
15 | | - "start": "next start", |
16 | | - "test": "vitest run", |
17 | | - "test:console": "playwright test console-errors", |
18 | | - "test:coverage": "vitest run --coverage", |
19 | | - "test:e2e": "playwright test", |
20 | | - "test:e2e:debug": "playwright test e2e --debug", |
21 | | - "test:e2e:install": "playwright install", |
22 | | - "test:e2e:report": "playwright show-report", |
23 | | - "test:e2e:sharding": "playwright test e2e -x --reporter=list --output=playwright-report --shard=$PLAYWRIGHT_SHARD", |
24 | | - "test:e2e:ui": "playwright test e2e --ui", |
25 | | - "test:links": "linkinator http://localhost:3000 --skip 'github.com'", |
26 | | - "test:ui": "vitest --ui", |
27 | | - "test:watch": "vitest" |
28 | | - }, |
29 | | - "dependencies": { |
30 | | - "@radix-ui/react-accordion": "^1.2.11", |
31 | | - "@radix-ui/react-dialog": "^1.1.15", |
32 | | - "@radix-ui/react-hover-card": "^1.1.14", |
33 | | - "@radix-ui/react-menubar": "^1.1.15", |
34 | | - "@radix-ui/react-select": "^2.2.6", |
35 | | - "@radix-ui/react-separator": "^1.1.7", |
36 | | - "@radix-ui/react-slot": "^1.2.3", |
37 | | - "@radix-ui/react-tooltip": "^1.2.8", |
38 | | - "@tailwindcss/typography": "^0.5.16", |
39 | | - "@types/react-syntax-highlighter": "^15.5.13", |
40 | | - "class-variance-authority": "^0.7.1", |
41 | | - "clsx": "^2.1.1", |
42 | | - "lucide-react": "^0.525.0", |
43 | | - "next": "15.4.7", |
44 | | - "react": "19.1.0", |
45 | | - "react-dom": "19.1.0", |
46 | | - "react-icons": "^5.5.0", |
47 | | - "react-markdown": "^10.1.0", |
48 | | - "react-syntax-highlighter": "^16.1.0", |
49 | | - "tailwind-merge": "^3.3.1" |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "@biomejs/biome": "2.1.2", |
53 | | - "@playwright/test": "^1.55.1", |
54 | | - "@tailwindcss/postcss": "^4", |
55 | | - "@types/node": "^20", |
56 | | - "@types/react": "^19", |
57 | | - "@types/react-dom": "^19", |
58 | | - "@vitest/ui": "^4.0.4", |
59 | | - "happy-dom": "^20.0.8", |
60 | | - "lighthouse": "^12.8.2", |
61 | | - "linkinator": "^6.1.4", |
62 | | - "sort-package-json": "^3.4.0", |
63 | | - "tailwindcss": "^4", |
64 | | - "tw-animate-css": "^1.3.5", |
65 | | - "typescript": "^5", |
66 | | - "vitest": "^4.0.4" |
67 | | - } |
| 2 | + "name": "web-paseo-project", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "build": "next build", |
| 7 | + "check": "biome check --write --unsafe .", |
| 8 | + "deps:update": "pnpm exec npm-check-updates -u -t semver && pnpm install", |
| 9 | + "dev": "next dev --turbopack", |
| 10 | + "env:init": "cp .env.example .env.local", |
| 11 | + "format": "biome format --write . && sort-package-json", |
| 12 | + "format:check": "biome format . && sort-package-json -c", |
| 13 | + "lint": "biome lint .", |
| 14 | + "lint:fix": "biome lint --write --unsafe .", |
| 15 | + "start": "next start", |
| 16 | + "test": "vitest run", |
| 17 | + "test:console": "playwright test console-errors", |
| 18 | + "test:coverage": "vitest run --coverage", |
| 19 | + "test:e2e": "playwright test", |
| 20 | + "test:e2e:debug": "playwright test e2e --debug", |
| 21 | + "test:e2e:install": "playwright install", |
| 22 | + "test:e2e:report": "playwright show-report", |
| 23 | + "test:e2e:sharding": "playwright test e2e -x --reporter=list --output=playwright-report --shard=$PLAYWRIGHT_SHARD", |
| 24 | + "test:e2e:ui": "playwright test e2e --ui", |
| 25 | + "test:links": "linkinator http://localhost:3000 --skip 'github.com'", |
| 26 | + "test:ui": "vitest --ui", |
| 27 | + "test:watch": "vitest" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@radix-ui/react-accordion": "^1.2.11", |
| 31 | + "@radix-ui/react-dialog": "^1.1.15", |
| 32 | + "@radix-ui/react-hover-card": "^1.1.14", |
| 33 | + "@radix-ui/react-menubar": "^1.1.15", |
| 34 | + "@radix-ui/react-select": "^2.2.6", |
| 35 | + "@radix-ui/react-separator": "^1.1.7", |
| 36 | + "@radix-ui/react-slot": "^1.2.3", |
| 37 | + "@radix-ui/react-tooltip": "^1.2.8", |
| 38 | + "@tailwindcss/typography": "^0.5.16", |
| 39 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 40 | + "class-variance-authority": "^0.7.1", |
| 41 | + "clsx": "^2.1.1", |
| 42 | + "lucide-react": "^0.525.0", |
| 43 | + "next": "15.4.8", |
| 44 | + "react": "19.1.0", |
| 45 | + "react-dom": "19.1.0", |
| 46 | + "react-icons": "^5.5.0", |
| 47 | + "react-markdown": "^10.1.0", |
| 48 | + "react-syntax-highlighter": "^16.1.0", |
| 49 | + "tailwind-merge": "^3.3.1" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@biomejs/biome": "2.1.2", |
| 53 | + "@playwright/test": "^1.55.1", |
| 54 | + "@tailwindcss/postcss": "^4", |
| 55 | + "@types/node": "^20", |
| 56 | + "@types/react": "^19", |
| 57 | + "@types/react-dom": "^19", |
| 58 | + "@vitest/ui": "^4.0.4", |
| 59 | + "happy-dom": "^20.0.8", |
| 60 | + "lighthouse": "^12.8.2", |
| 61 | + "linkinator": "^6.1.4", |
| 62 | + "sort-package-json": "^3.4.0", |
| 63 | + "tailwindcss": "^4", |
| 64 | + "tw-animate-css": "^1.3.5", |
| 65 | + "typescript": "^5", |
| 66 | + "vitest": "^4.0.4" |
| 67 | + } |
68 | 68 | } |
0 commit comments