-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "ukraine-hilfe-sachsen-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@elastic/app-search-javascript": "^8.1.0",
"@elastic/enterprise-search": "^8.1.0-beta.1",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "1.0.6",
"@sentry/nextjs": "^6.19.2",
"i18next-locize-backend": "5.0.1",
"locize-lastused": "^3.0.13",
"next": "12.3.1",
"next-i18next": "10.5.0",
"ramda": "^0.28.0",
"ramda-adjunct": "^3.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.28.1",
"react-use": "^17.3.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.5.0",
"@types/node": "17.0.22",
"@types/ramda": "^0.28.2",
"@types/react": "17.0.42",
"autoprefixer": "10.4.4",
"flag-icons": "6.1.1",
"next-sitemap": "^2.5.17",
"postcss": "8.4.12",
"tailwindcss": "3.0.23",
"typescript": "4.6.2"
}
}