-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.92 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
{
"name": "akmalhisyam.my.id",
"private": true,
"version": "1.4.0",
"description": "Akmal Hisyam's personal site",
"author": "Muhammad Akmal Hisyam",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
"start": "next start",
"lint": "bun lint:next && bun lint:biome",
"lint:next": "next lint",
"lint:biome": "biome lint ./src",
"format": "biome check --write ./src next.* next-sitemap.* i18n.* commitlint.*",
"format:check": "biome ci ./src next.* next-sitemap.* i18n.* commitlint.*",
"type:check": "tsc --noEmit",
"release": "cross-env HUSKY=0 standard-version",
"release:push": "git push --follow-tags origin main",
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"framer-motion": "^11.2.12",
"i18next": "^23.11.5",
"i18next-resources-to-backend": "^1.2.1",
"next": "^14.2.4",
"next-i18n-router": "^5.5.0",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"nextjs-toploader": "^1.6.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"standard-version": "^9.5.0",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/akmalhisyammm/akmalhisyam.my.id"
},
"bugs": {
"url": "https://github.com/akmalhisyammm/akmalhisyam.my.id/issues"
}
}