forked from reactjs-id/website-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 700 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 700 Bytes
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
{
"name": "website-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check --write ."
},
"dependencies": {
"geist": "^1.3.1",
"lucide-react": "^0.412.0",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-icons": "^13.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"lefthook": "^1.7.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3"
},
"trustedDependencies": ["@biomejs/biome"]
}