-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.05 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
44
45
46
47
48
49
{
"name": "251122_uniprojekt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"moment": "^2.30.1",
"next": "16.2.12",
"react": "19.2.8",
"react-calendar-timeline": "^0.30.0-beta.4",
"react-dom": "19.2.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.1.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.5",
"eslint-config-next": "16.2.12",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"
},
"overrides": {
"lodash": "4.18.1",
"postcss": "8.5.23",
"sharp": "0.35.3",
"@babel/core": "7.29.7",
"brace-expansion": "5.0.8",
"minimatch": "10.2.5",
"flatted": "3.4.3",
"react-calendar-timeline": {
"lodash": "4.18.1"
},
"next": {
"postcss": "8.5.23",
"sharp": "0.35.3"
},
"fast-glob": {
"micromatch": {
"picomatch": "2.3.2"
}
}
}
}