-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "acgn-collection",
"version": "0.2.0",
"private": true,
"homepage": "https://github.com/kahosan/acgn-collection",
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"install": "simple-git-hooks"
},
"author": {
"name": "kahosan",
"email": "[email protected]"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/mdi": "^1.1.68",
"@nextui-org/react": "^2.4.6",
"@nextui-org/theme": "^2.2.9",
"@vercel/analytics": "^1.3.1",
"clsx": "^2.1.1",
"framer-motion": "^11.3.31",
"jotai": "^2.9.3",
"next": "14.2.7",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"rc-rate": "^2.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"ts-pattern": "^5.3.1"
},
"devDependencies": {
"@eslint-sukka/node": "^6.2.1",
"@eslint-sukka/react": "^6.2.1",
"@types/node": "^20.16.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-kaho": "^3.1.0",
"postcss": "^8.4.41",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha256.355a8ab8dbb6ad41befbef39bc4fd6b5df85e12761d2724bd01f13e878de4b13",
"engines": {
"node": ">=20.16.2"
},
"simple-git-hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run lint:fix"
}
}