generated from hyoban-template/starter-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.18 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
{
"name": "starter-next",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"version": "0.0.0",
"simple-git-hooks": {
"pre-commit": "pnpm check"
},
"scripts": {
"prepare": "simple-git-hooks",
"check": "pnpm format:check && pnpm build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --max-warnings 0",
"typecheck": "tsc",
"format": "prettier --write .",
"format:check": "prettier --check .",
"changelog": "changelogen --output && prettier --write CHANGELOG.md && git add CHANGELOG.md",
"release": "bumpp --all --execute \"pnpm changelog\""
},
"dependencies": {
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^3.0.1",
"foxact": "^0.2.27",
"jotai": "^2.6.0",
"jotai-location": "^0.5.2",
"lucide-react": "^0.297.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.7.1",
"@eslint-react/eslint-plugin": "^0.9.6",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@iconify-json/lucide": "^1.1.146",
"@iconify-json/mdi": "^1.1.63",
"@iconify-json/simple-icons": "^1.1.84",
"@next/eslint-plugin-next": "^14.0.4",
"@types/eslint": "^8.44.9",
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.16",
"bumpp": "^9.2.1",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
}
}