-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 915 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
{
"name": "wo-ist-der-regenbogen-ice-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && next lint"
},
"dependencies": {
"@sentry/react": "^8.48.0",
"ackee-tracker": "^5.1.0",
"framer-motion": "^11.16.4",
"luxon": "^3.5.0",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-is": "^19.0.0",
"styled-components": "^6.1.14",
"swr": "^2.3.0"
},
"devDependencies": {
"@types/ackee-tracker": "^5.0.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "8.56.0",
"eslint-config-next": "15.1.4",
"typescript": "^5.7.3"
}
}