generated from sozonome/nextarter-chakra
-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
95 lines (95 loc) · 2.78 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
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "spoker",
"version": "1.16.18",
"private": true,
"author": "sozonome",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"turbo": "pnpm dlx [email protected]",
"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",
"type-check": "tsc --noEmit",
"check:turbo": "pnpm turbo lint type-check",
"check:unused": "knip",
"format": "prettier --write src",
"release": "cross-env HUSKY=0 standard-version",
"push-release": "git push --follow-tags origin dev",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"generate-rules": "ts-node tools/generate-rules.ts",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/gabarito": "^5.1.0",
"@fontsource/gantari": "^5.1.0",
"@hookform/resolvers": "^3.9.0",
"@sentry/nextjs": "^8.32.0",
"firebase": "^10.13.2",
"framer-motion": "^11.9.0",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"next": "^14.2.13",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-rewards": "^2.0.4",
"react-sortablejs": "^6.1.4",
"react-textarea-autosize": "^8.5.3",
"sortablejs": "^1.15.3",
"twemoji": "14.0.2",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@jahed/firebase-rules": "^1.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/sortablejs": "^1.15.8",
"all-contributors-cli": "^6.26.1",
"babel-loader": "^9.2.1",
"commitizen": "^4.3.0",
"commitlint": "^19.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-config-sznm": "^2.0.3",
"husky": "^9.1.6",
"knip": "^5.30.2",
"lint-staged": "^15.2.10",
"next-sitemap": "^4.2.3",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"repository": {
"url": "https://github.com/sozonome/spoker"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"showDetails": true
},
"engines": {
"node": ">=20.x",
"pnpm": ">=9"
},
"packageManager": "[email protected]"
}