-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 722 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 722 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
{
"name": "stack-fingerprint",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.1",
"husky": "^9.1.7",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"simple-icons": "^16.10.0"
},
"devDependencies": {
"@types/node": "25.3.3",
"@types/react": "19.2.14",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"prettier": "3.8.1",
"tailwindcss": "^4.2.1",
"typescript": "5.9.3"
}
}