forked from graphql-hive/graphql-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 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
{
"name": "@graphql-config/website",
"private": true,
"version": "0.0.0",
"scripts": {
"lint": "eslint --ignore-path ../.gitignore --ext js,jsx,cjs,mjs,ts,tsx,cts,mts .",
"dev": "next",
"build": "next build && next-sitemap --config next-sitemap.config.cjs && next export",
"start": "next start",
"analyze": "cross-env ANALYZE=true pnpm run build"
},
"dependencies": {
"@theguild/components": "5.2.4",
"next": "13.4.10",
"next-sitemap": "4.1.8",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@theguild/algolia": "1.1.9",
"@theguild/tailwind-config": "0.3.0",
"@types/node": "18.16.19",
"@types/react": "18.2.15",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cross-env": "7.0.3",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-prettier": "8.8.0",
"typescript": "5.1.6"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 16.0.0",
"pnpm": "^8.6.5"
}
}