-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.25 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "basic-starter",
"version": "1.4.1",
"private": true,
"license": "MIT",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"preview": "next build && next start",
"export": "next build && next export",
"lint": "next lint && 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": {
"@formkit/auto-animate": "^0.8.2",
"@heroicons/react": "^2.2.0",
"@mui/base": "5.0.0-beta.69",
"@next/third-parties": "15.1.6",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.64.2",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"critters": "^0.0.25",
"decanter": "^7.3.0",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"graphql-tag": "^2.12.6",
"html-entities": "^2.5.2",
"html-react-parser": "^5.2.2",
"jsona": "^1.12.1",
"next": "^15.1.6",
"next-drupal": "^1.6.0",
"postcss": "^8.5.1",
"react": "19.0.0",
"react-aria": "^3.37.0",
"react-dom": "19.0.0",
"react-error-boundary": "^5.0.0",
"react-focus-lock": "^2.13.5",
"react-obfuscate": "^3.7.0",
"react-obfuscate-email": "^1.1.5",
"react-stately": "^3.35.0",
"react-super-responsive-table": "^5.2.3",
"react-tiny-oembed": "^1.1.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "4.4.0",
"@types/qs": "^6.9.18",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript-eslint": "^8.21.0"
},
"packageManager": "yarn@4.6.0",
"resolutions": {
"@types/react": "npm:types-react@19.0.0-rc.1"
}
}