-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "will-borysiak-portfolio",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/pro-duotone-svg-icons": "^6.7.2",
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
"@fortawesome/pro-thin-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"contentful": "^11.3.3",
"framer-motion": "^11.15.0",
"next": "15.1.2",
"next-themes": "^0.4.4",
"prettier": "^3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5",
"zustand": "^5.0.2"
},
"devDependencies": {
"@headlessui/react": "^2.2.0",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "15.1.2",
"eslint-plugin-import": "^2.31.0",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}