-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 5.83 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 5.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next out coverage playwright-report test-results storybook-static",
"typecheck": "tsc --noEmit",
"lint": "eslint . --max-warnings 0",
"lint:biome": "biome check .",
"lint:biome:fix": "biome check --write .",
"lint:fix": "biome check --write . && eslint . --fix",
"format": "biome format --write .",
"format:check": "biome format .",
"validate": "pnpm typecheck && pnpm lint:biome && pnpm lint",
"test": "vitest --project=unit",
"test:watch": "vitest --watch --project=unit",
"test:coverage": "vitest --coverage --project=unit",
"test:ci": "vitest run --coverage --reporter=verbose --project=unit",
"test:storybook": "vitest run --project=storybook",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug",
"test:e2e:drill": "playwright test e2e/drill-mode.spec.ts",
"test:e2e:reference": "playwright test e2e/reference.spec.ts",
"test:e2e:quiz": "playwright test quiz-mode.spec.ts",
"test:e2e:problems": "playwright test e2e/problems/",
"test:e2e:js-problems": "playwright test e2e/problems/javascript-problems.spec.ts",
"test:e2e:ts-problems": "playwright test e2e/problems/typescript-problems.spec.ts",
"test:e2e:py-problems": "playwright test e2e/problems/python-problems.spec.ts",
"test:e2e:java-problems": "playwright test e2e/problems/java-problems.spec.ts",
"test:e2e:go-problems": "playwright test e2e/problems/go-problems.spec.ts",
"test:e2e:ruby-problems": "playwright test e2e/problems/ruby-problems.spec.ts",
"test:e2e:mongodb-problems": "playwright test e2e/problems/mongodb-problems.spec.ts",
"test:e2e:postgresql-problems": "playwright test e2e/problems/postgresql-problems.spec.ts",
"test:e2e:mysql-problems": "playwright test e2e/problems/mysql-problems.spec.ts",
"test:e2e:cpp-problems": "playwright test e2e/problems/cpp-problems.spec.ts",
"test:e2e:csharp-problems": "playwright test e2e/problems/csharp-problems.spec.ts",
"test:e2e:c-problems": "playwright test e2e/problems/c-problems.spec.ts",
"test:e2e:frontend-drills": "playwright test e2e/frontend-drills/",
"test:e2e:frontend-landing": "playwright test e2e/frontend-drills/landing.spec.ts",
"test:e2e:frontend-hub": "playwright test e2e/frontend-drills/framework-hub.spec.ts",
"test:e2e:frontend-drill": "playwright test e2e/frontend-drills/drill-mode.spec.ts",
"test:e2e:frontend-quiz": "playwright test e2e/frontend-drills/quiz-mode.spec.ts",
"test:e2e:frontend-training": "playwright test e2e/frontend-drills/training.spec.ts",
"test:e2e:frontend-patterns": "playwright test e2e/frontend-drills/ui-patterns.spec.ts",
"test:e2e:frontend-pattern-detail": "playwright test e2e/frontend-drills/ui-pattern-detail.spec.ts",
"test:e2e:frontend-cheatsheet": "playwright test e2e/frontend-drills/cheatsheet.spec.ts",
"test:e2e:regex": "playwright test e2e/regex-trainer.spec.ts",
"test:e2e:pattern-quiz": "playwright test e2e/pattern-quiz.spec.ts",
"test:e2e:interview": "playwright test e2e/interview.spec.ts",
"viz:list": "tsx scripts/create-visualization-agent.ts list",
"viz:next": "tsx scripts/create-visualization-agent.ts next",
"viz:generate": "tsx scripts/create-visualization-agent.ts generate",
"viz:status": "tsx scripts/create-visualization-agent.ts status",
"ci": "pnpm validate && pnpm build && pnpm test:ci",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes",
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"biome check --write",
"eslint --fix --max-warnings 0"
],
"*.{json,css}": [
"biome check --write"
]
},
"dependencies": {
"@ai-sdk/openai": "^3.0.18",
"@ai-sdk/react": "^3.0.51",
"@hookform/resolvers": "^5.2.2",
"@mlc-ai/web-llm": "^0.2.80",
"@monaco-editor/react": "^4.7.0",
"@openfeature/react-sdk": "^1.2.0",
"@openfeature/web-sdk": "^1.7.2",
"@tanstack/react-query": "^5.90.20",
"ai": "^6.0.49",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.3.1",
"html-react-parser": "^5.2.12",
"isomorphic-dompurify": "^2.35.0",
"lucide-react": "^0.563.0",
"monaco-editor": "^0.55.1",
"motion": "^12.29.0",
"next": "16.1.6",
"nuqs": "^2.8.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.1",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6",
"zustand": "^5.0.10"
},
"devDependencies": {
"@biomejs/biome": "^2.3.12",
"@chromatic-com/storybook": "^5.0.0",
"@playwright/test": "^1.58.0",
"@storybook/addon-a11y": "^10.2.0",
"@storybook/addon-docs": "^10.2.0",
"@storybook/addon-onboarding": "^10.2.0",
"@storybook/addon-vitest": "^10.2.0",
"@storybook/nextjs-vite": "^10.2.0",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"chromatic": "^13.3.5",
"eslint": "^9",
"eslint-config-next": "16.1.4",
"eslint-plugin-storybook": "^10.2.0",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^16.2.7",
"playwright": "^1.58.0",
"storybook": "^10.2.0",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.5",
"vitest": "^4.0.18"
}
}