-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.31 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
47
48
{
"name": "example-umami",
"description": "The Umami demo site built as a headless Drupal with Next.js",
"version": "1.2.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next dev",
"preview": "next build && next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@tanstack/react-query": "^4.0.10",
"classnames": "^2.3.1",
"drupal-jsonapi-params": "^2.0.0",
"formidable": "^3.2.4",
"html-react-parser": "^4.2.1",
"i18next": "^23.4.4",
"jwt-decode": "^3.1.2",
"next": "^13.4.16",
"next-auth": "^4.23.0",
"next-drupal": "^1.6.0",
"next-i18next": "^14.0.0",
"node-cache": "^5.1.2",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-i18next": "^13.1.2",
"sharp": "^0.32.4",
"swr": "^2.2.1"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "^13.4.16",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^5.1.6"
}
}