-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 872 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 872 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
34
35
36
37
38
{
"name": "timcole.me",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.2",
"eslint": "10.2.0",
"eslint-config-next": "16.2.3",
"exifr": "^7.1.3",
"lucide-react": "^1.8.0",
"next": "16.2.3",
"postcss": "8.5.9",
"react": "19.2.5",
"react-dom": "19.2.5",
"simple-icons": "^16.16.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"devDependencies": {
"@types/bun": "^1.3.12",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"prettier": "^3.8.2"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"sharp",
"unrs-resolver"
]
}