-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "gasthaus-zur-muehle",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"svgo": "mkdir -p ../svg/svg-o && svgo ../svg/*.svg -o ../svg/svg-o"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@plaiceholder/next": "^2.2.0",
"classnames": "^2.3.1",
"colorthief": "^2.3.2",
"html-react-parser": "^1.4.5",
"lodash": "^4.17.21",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-headroom": "^3.2.0",
"recoil": "^0.5.2",
"sharp": "^0.29.3",
"swiper": "^7.4.1"
},
"devDependencies": {
"@svgr/webpack": "^6.1.2",
"@types/googlemaps": "^3.43.3",
"@types/lodash": "^4.14.178",
"@types/node": "17.0.7",
"@types/react": "17.0.38",
"@types/react-headroom": "^2.2.2",
"@types/sharp": "^0.29.5",
"@types/tailwindcss": "^3.0.1",
"autoprefixer": "^10.4.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"plaiceholder": "^2.2.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.2.0",
"tailwindcss": "^3.0.9",
"typescript": "4.5.4"
}
}