-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 916 Bytes
/
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
{
"name": "mattwaler.com",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write .",
"start": "next start"
},
"prettier": {
"trailingComma": "es5",
"semi": false,
"singleQuote": true
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@heroicons/react": "^2.0.12",
"clsx": "^2.0.0",
"next": "^14.2.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.1.0",
"react-use": "^17.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/node": "^22.7.9",
"@types/react": "^18.0.12",
"autoprefixer": "^10.4.1",
"postcss": "^8.3.6",
"postcss-import": "^16.1.0",
"prettier": "^3.1.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.3.6",
"tailwindcss-debug-screens": "^2.1.0",
"typescript": "^5.3.3"
}
}