-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.55 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.55 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "summer-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' DEV=true next dev --webpack",
"build": "next build --webpack",
"analyze": "ANALYZE=true next build",
"preview": "next build --webpack && next start",
"start": "next start",
"lint": "eslint ./src ./app && tsc",
"graphql": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen --config codegen.ts -r dotenv/config",
"postinstall": "git config --local core.hooksPath .githooks/; exit 0"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@mui/base": "5.0.0-dev.20240529-082515-213b5e33ab",
"@next/third-parties": "16.1.6",
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^25.4.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"algoliasearch": "^5.49.2",
"autoprefixer": "^10.4.27",
"clsx": "^2.1.1",
"decanter": "^7.4.0",
"graphql": "^16.13.1",
"graphql-request": "^7.4.0",
"graphql-tag": "^2.12.6",
"html-entities": "^2.6.0",
"html-react-parser": "^5.2.17",
"next": "16.1.6",
"postcss": "^8.5.8",
"qs": "^6.15.0",
"react": "19.2.4",
"react-cookiebot": "^1.0.10",
"react-dom": "19.2.4",
"react-error-boundary": "^6.1.1",
"react-focus-lock": "^2.13.7",
"react-instantsearch": "^7.27.0",
"react-instantsearch-nextjs": "1.1.1",
"react-instantsearch-router-nextjs": "^7.27.0",
"react-slick": "0.30.3",
"react-super-responsive-table": "^6.0.2",
"react-tiny-oembed": "^1.1.0",
"react-toastify": "^11.0.5",
"react-youtube": "^10.1.0",
"react-zendesk": "^0.1.13",
"sharp": "^0.34.5",
"tailwind-merge": "^2.6.1",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@graphql-codegen/add": "^6.0.0",
"@graphql-codegen/cli": "^6.1.1",
"@graphql-codegen/import-types-preset": "^3.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.4.0",
"@graphql-codegen/typescript-operations": "^5.0.8",
"@next/bundle-analyzer": "16.1.6",
"@types/react-cookiebot": "^1.0.5",
"@types/react-slick": "^0.23.13",
"concurrently": "^9.2.1",
"encoding": "^0.1.13",
"eslint": "^9.39.4",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-docgen": "^8.0.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript-eslint": "^8.57.0"
},
"packageManager": "yarn@4.9.2"
}