generated from sozonome/nextarter-chakra
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
82 lines (82 loc) · 2.41 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
73
74
75
76
77
78
79
80
81
82
{
"name": "pub-apis",
"version": "1.2.0",
"private": true,
"author": "sozonome",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && pnpm format",
"format": "prettier --write src",
"check:turbo": "pnpm dlx turbo@2.0.9 lint type-check",
"type-check": "tsc --noEmit",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"release": "standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"framer-motion": "^11.2.10",
"lodash": "^4.17.21",
"next": "^14.2.3",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"commitlint": "^19.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-sznm": "^2.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=16.8.x",
"pnpm": ">=8"
},
"packageManager": "pnpm@9.6.0"
}