-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"name": "isitfriday",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "tcd-scripts format",
"lint": "tcd-scripts lint",
"start": "next start"
},
"dependencies": {
"lodash": "4.18.1",
"moment": "2.30.1",
"next": "16.2.10",
"react": "19.2.7",
"react-dom": "19.2.7",
"sharp": "0.35.3"
},
"devDependencies": {
"@tailwindcss/postcss": "4.3.2",
"@tcd-devkit/eslint-preset-next": "0.1.13",
"@tcd-devkit/prettier-config-react": "0.1.7",
"@tcd-devkit/scripts": "0.2.2",
"@tcd-devkit/tsconfig": "0.1.3",
"@types/lodash": "4.17.24",
"@types/node": "20.19.25",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"eslint": "9.39.5",
"postcss": "8.5.19",
"prettier": "3.8.4",
"tailwindcss": "4.3.2",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.34.5",
"pnpm": {
"overrides": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"
}
}
}