-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "hookas",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && pnpm run registry:build",
"start": "next start",
"test": "vitest run",
"lint": "eslint",
"lint:fix": "eslint --fix",
"registry:build": "shadcn build"
},
"dependencies": {
"next": "16.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^7.0.1",
"@eslint-react/eslint-plugin": "^2.7.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^25",
"@types/react": "^19.2",
"@types/react-dom": "^19.2",
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.3.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"happy-dom": "^20.3.3",
"jiti": "^2.6.1",
"postcss": "^8",
"react": "^19.2",
"react-dom": "^19.2",
"shadcn": "3.7.0",
"source-map-support": "^0.5.21",
"typescript": "^5",
"vitest": "^4.0.17"
}
}