-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 837 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 837 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
{
"name": "domstol_landingpage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.39.0",
"framer-motion": "^8.5.5",
"next": "^13.1.6",
"next-videos": "^1.4.0",
"prettier": "^2.6.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.1.0",
"sass": "^1.49.9",
"swiper": "^8.4.6"
},
"devDependencies": {
"@types/node": "17.0.22",
"@types/react": "17.0.41",
"eslint": "^8.25.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.8.4"
}
}