Skip to content

Commit a8e8ec6

Browse files
committed
update designs a lot
1 parent a7f8c22 commit a8e8ec6

File tree

946 files changed

+6300
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

946 files changed

+6300
-27
lines changed

exercises/02.linking/README.mdx

Lines changed: 2 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "exercises_03.nested-routes_02.problem.nested-path",
3+
"private": true,
4+
"version": "0.0.0",
5+
"type": "module",
6+
"imports": {
7+
"#src/*": "./src/*"
8+
},
9+
"scripts": {
10+
"dev": "vite",
11+
"build": "tsc -b && vite build",
12+
"preview": "vite preview",
13+
"test": "playwright test --config=./tests/playwright.config.ts"
14+
},
15+
"dependencies": {
16+
"@tailwindcss/vite": "^4.0.9",
17+
"class-variance-authority": "^0.7.1",
18+
"clsx": "^2.1.1",
19+
"react": "^19.0.0",
20+
"react-dom": "^19.0.0",
21+
"react-router": "^7.2.0",
22+
"tailwindcss": "^4.0.9"
23+
},
24+
"devDependencies": {
25+
"@playwright/test": "^1.50.1",
26+
"@types/node": "^22.13.5",
27+
"@types/react": "^19.0.10",
28+
"@types/react-dom": "^19.0.4",
29+
"@vitejs/plugin-react": "^4.3.4",
30+
"typescript": "^5.7.3",
31+
"vite": "^6.2.0"
32+
}
33+
}

0 commit comments

Comments
 (0)