generated from agustinusnathaniel/nextarter-chakra
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.75 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.75 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
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
{
"name": "spoker",
"version": "1.16.36",
"private": true,
"author": "agustinusnathaniel",
"engines": {
"node": "^24.11.x"
},
"packageManager": "[email protected]",
"pnpm": {
"neverBuiltDependencies": []
},
"scripts": {
"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",
"biome:check": "biome check --no-errors-on-unmatched --error-on-warnings",
"biome:fix": "pnpm biome:check --write",
"biome:ci": "biome ci",
"type:check": "tsc --noEmit",
"check:turbo": "pnpm turbo biome:check type:check",
"check:unused": "knip",
"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.10.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/gabarito": "^5.2.8",
"@fontsource/gantari": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@sentry/nextjs": "^10.39.0",
"firebase": "^12.9.0",
"framer-motion": "^12.34.3",
"lodash-es": "^4.17.23",
"nanoid": "^5.1.6",
"next": "^16.1.6",
"next-seo": "^7.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.71.2",
"react-icons": "^5.5.0",
"react-rewards": "^2.1.0",
"react-sortablejs": "^6.1.4",
"react-textarea-autosize": "^8.5.9",
"sortablejs": "^1.15.7",
"twemoji": "14.0.2",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@commitlint/config-conventional": "^20.4.2",
"@commitlint/cz-commitlint": "^20.4.1",
"@commitlint/types": "^20.4.0",
"@eslint/eslintrc": "^3.3.3",
"@jahed/firebase-rules": "^2.1.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/sortablejs": "^1.15.9",
"all-contributors-cli": "^6.26.1",
"commitizen": "^4.3.1",
"commitlint": "^20.4.2",
"cross-env": "^10.1.0",
"husky": "^9.1.7",
"knip": "^5.84.1",
"lint-staged": "^16.2.7",
"next-sitemap": "^4.2.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"repository": {
"url": "https://github.com/agustinusnathaniel/spoker"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}