-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 758 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
31
32
33
{
"name": "shovon.me-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 7000",
"build": "next build",
"start": "next start -p 7000",
"lint": "next lint",
"knip": "knip"
},
"dependencies": {
"@next/third-parties": "^16.2.6",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"react": "^19",
"react-dom": "^19",
"react-icons": "^5.6.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@types/node": "^25.7.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.5.0",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"knip": "^6.13.1",
"postcss": "^8",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.3"
}
}