-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.87 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.87 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
{
"name": "dchar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deps": "ncu --target semver",
"gen": "bun run scripts/generateJson.ts"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@icons-pack/react-simple-icons": "^12.5.0",
"@radix-ui/react-accessible-icon": "^1.1.3",
"@radix-ui/react-separator": "^1.1.3",
"@tanstack/react-form": "^1.3.1",
"@tanstack/react-query": "^5.72.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"lucide-react": "^0.487.0",
"motion": "^12.6.3",
"next": "^15.3.1-canary.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"react-textarea-autosize": "^8.5.9",
"yup": "^1.6.1",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/typography": "^0.5.16",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/bun": "^1.2.9",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"babel-plugin-react-compiler": "^19.0.0-beta-e993439-20250405",
"eslint": "^9.24.0",
"eslint-config-next": "^15.3.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"npm-check-updates": "^17.1.18",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.3",
"ts-json-schema-generator": "^2.4.0",
"typescript": "^5.8.3"
},
"packageManager": "[email protected]"
}