-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "mistcss ./src && next build",
"dev": "concurrently 'mistcss ./src --watch' 'next dev --turbo'",
"format": "prettier -w .",
"format:check": "prettier -c .",
"lint": "next lint",
"prepare": "mistcss ./src && lefthook install",
"start": "next start"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^9.5.0",
"next": "14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@nexterias/prettier-config": "^1.1.0",
"@types/node": "^20.12.14",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.20",
"lefthook": "^1.7.22",
"mistcss": "^0.5.6",
"postcss": "^8.4.49",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.4.5",
"vercel": "^34.2.8"
}
}