generated from agustinusnathaniel/nextarter-chakra
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
{
"name": "nextarter-chakra",
"version": "1.1.2",
"private": true,
"author": "agustinusnathaniel",
"engines": {
"node": ">=22.11.x",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.13.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"turbo": "pnpm dlx turbo@2.3.3",
"build:turbo": "pnpm turbo build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && pnpm format",
"lint:turbo": "pnpm turbo lint",
"type-check": "tsc --noEmit",
"check:turbo": "pnpm turbo lint type-check",
"format": "prettier --write src",
"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": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/outfit": "^5.1.0",
"clsx": "^2.1.1",
"framer-motion": "^11.12.0",
"lodash-es": "^4.17.21",
"next": "^15.0.3",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "22.10.1",
"@types/react": "^18.3.12",
"eslint": "^8.52.0",
"eslint-config-next": "15.0.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"next-sitemap": "^4.2.3",
"prettier": "^3.4.1",
"standard-version": "^9.5.0",
"typescript": "^5.7.2"
}
}