generated from samhwang/vite-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.03 KB
/
package.json
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
{
"name": "@samhwang/resume-page",
"version": "3.0.0",
"private": true,
"type": "module",
"msw": {
"workerDirectory": "public"
},
"engines": {
"node": "^20.0.0",
"pnpm": "^9.0.0"
},
"packageManager": "[email protected]",
"scripts": {
"prepare": "pnpm run git-hooks:init && pnpm run panda:codegen",
"git-hooks:init": "husky",
"panda:codegen": "panda codegen",
"dev": "vite",
"build": "vite build",
"typecheck": "tsc",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:watch": "vitest watch",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"lint:fix:unsafe": "biome check --write --unsafe .",
"format": "biome format --write .",
"ci": "biome ci ."
},
"dependencies": {
"@fontsource/mulish": "^5.0.19",
"@fontsource/roboto": "^5.0.14",
"@fontsource/saira-extra-condensed": "^5.0.21",
"@popperjs/core": "^2.11.8",
"@react-hookz/web": "^24.0.4",
"@tanstack/react-router": "^1.50.1",
"@tanstack/router-devtools": "^1.50.1",
"bootstrap": "^5.3.3",
"devicon": "^2.16.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@pandacss/dev": "^0.45.1",
"@tanstack/router-cli": "^1.49.3",
"@tanstack/router-vite-plugin": "^1.49.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.1",
"vitest": "^2.0.5",
"wrangler": "^3.72.2"
}
}