-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
110 lines (110 loc) · 3.27 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "sznm.dev",
"private": true,
"description": "Agustinus Nathaniel's dev site",
"version": "1.27.5",
"author": "sozonome",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"turbo": "pnpm dlx turbo@2.0.9",
"build:turbo": "pnpm turbo build",
"lint:next": "next lint",
"biome:check": "biome check",
"biome:apply": "pnpm biome:check --write",
"biome:ci": "biome ci",
"analyze": "cross-env ANALYZE=true pnpm build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest --coverage",
"start": "next start",
"lint": "pnpm lint:next && pnpm biome:check",
"type:check": "tsc --noEmit",
"knip": "knip",
"check:turbo": "pnpm turbo biome:check type:check",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"release": "cross-env HUSKY=0 commit-and-tag-version",
"push-release": "git push --follow-tags origin main",
"db:studio": "npx prisma studio",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@giscus/react": "^3.0.0",
"@prisma/client": "^5.21.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@vercel/speed-insights": "^1.0.12",
"cmdk": "^1.0.0",
"framer-motion": "11.3.28",
"lodash-es": "^4.17.21",
"million": "3.1.11",
"next": "14.2.15",
"next-seo": "^6.6.0",
"nextjs-toploader": "^3.7.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-wrap-balancer": "^1.1.1",
"reading-time": "^1.5.0",
"rehype-raw": "7.0.0",
"remark-gfm": "^4.0.0",
"rss": "^1.2.2",
"sass": "^1.79.5",
"swr": "^2.2.5",
"ua-parser-js": "^1.0.39",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cz-commitlint": "19.5.0",
"@commitlint/types": "^19.5.0",
"@content-collections/core": "^0.7.2",
"@content-collections/next": "^0.2.3",
"@next/bundle-analyzer": "^14.2.15",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rss": "^0.0.32",
"@types/ua-parser-js": "^0.7.39",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"commit-and-tag-version": "^12.5.0",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.15",
"husky": "^9.1.6",
"knip": "^5.33.3",
"lint-staged": "^15.2.10",
"next-sitemap": "^4.2.3",
"prisma": "^5.21.0",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/sozonome/sznm.dev"
},
"bugs": {
"url": "https://github.com/sozonome/sznm.dev/issues"
},
"engines": {
"node": ">=20.14.x",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.1.2"
}