forked from nhost/nhost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 6.19 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "nhost-root",
"private": true,
"version": "0.0.0",
"description": "Nhost Monorepo",
"author": "Nhost",
"license": "MIT",
"homepage": "https://nhost.io",
"repository": {
"type": "git",
"url": "git+https://github.com/nhost/nhost.git"
},
"bugs": {
"url": "https://github.com/nhost/nhost/issues"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install config/.husky",
"build": "pnpm run build:all --filter=!@nhost/dashboard --filter=!@nhost/docs --filter=!@nhost-examples/*",
"build:dashboard": "turbo run build --filter=@nhost/dashboard",
"build:docs": "turbo run build --filter=@nhost/docs",
"build:all": "turbo run build --include-dependencies",
"build:nextjs-server-components": "turbo run build --filter=@nhost-examples/nextjs-server-components",
"dev": "turbo run dev --filter=!@nhost/dashboard --filter=!@nhost/docs --filter=!@nhost-examples/* --filter=!@nhost/docgen --no-deps --include-dependencies",
"clean:all": "pnpm clean && rm -rf ./{{packages,examples/**,templates/**}/*,docs,dashboard}/{.nhost,node_modules} node_modules",
"clean": "rm -rf ./{{packages,examples/**}/*,docs,dashboard}/{dist,umd,.next,.turbo,coverage}",
"ci:version": "changeset version && pnpm install --frozen-lockfile false",
"coverage": "pnpm run test -- --coverage",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"lint": "pnpm run lint:all --filter=!@nhost/dashboard",
"lint:dashboard": "turbo run lint --filter=@nhost/dashboard",
"lint:all": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"prerelease": "pnpm clean && pnpm install && pnpm build",
"release": "pnpm run prerelease && changeset publish",
"snapshot": "pnpm prerelease && changeset version --snapshot preview && pnpm install && changeset publish --tag preview",
"test": "turbo run test --filter=!@nhost/dashboard --filter=!@nhost/docs --filter=!@nhost-examples/* --no-deps --include-dependencies",
"test:all": "turbo run test",
"test:dashboard": "turbo run test --filter=@nhost/dashboard",
"e2e:dashboard": "turbo run e2e --filter=@nhost/dashboard",
"e2e": "turbo run e2e --concurrency=1",
"changeset": "changeset",
"docgen": "turbo run build --filter=@nhost/docgen --no-deps && pnpm i && turbo run docgen --filter=!@nhost/docgen --filter=@nhost/* && :",
"sync-versions": "turbo run start --filter=@nhost/sync-versions --no-deps",
"audit-ci": "pnpx audit-ci --config ./audit-ci.jsonc"
},
"workspaces": [
"packages/*",
"integrations/*",
"examples/*",
"examples/quickstarts/*",
"docs",
"dashboard"
],
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@changesets/cli": "^2.27.5",
"@faker-js/faker": "^7.6.0",
"@rollup/plugin-replace": "^5.0.7",
"@types/node": "^16.18.98",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^0.32.4",
"audit-ci": "^6.6.1",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vue": "^9.26.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"turbo": "1.11.3",
"typedoc": "^0.22.18",
"typescript": "4.9.5",
"vite": "^5.4.6",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^0.32.4"
},
"resolutions": {
"graphql": "16.8.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18 <19",
"pnpm": ">=8.0.0"
},
"eslintConfig": {
"extends": "./config/.eslintrc.js"
},
"pnpm": {
"overrides": {
"jsonwebtoken@<=8.5.1": ">=9.0.0",
"trim@<0.0.3": ">=0.0.3",
"ua-parser-js@<0.7.33": ">=0.7.33",
"jsonwebtoken@<9.0.0": ">=9.0.0",
"webpack@>=5.0.0 <5.76.0": ">=5.76.0",
"undici@<5.26.2": ">=5.26.2",
"browserify-sign@>=2.6.0 <=4.2.1": ">=4.2.2",
"postcss@<8.4.31": ">=8.4.31",
"get-func-name@<2.0.1": ">=2.0.1",
"zod@<=3.22.2": ">=3.22.3",
"@antfu/utils@<0.7.3": ">=0.7.3",
"next@>=0.9.9 <13.4.20-canary.13": ">=13.4.20-canary.13",
"vite@>=4.3.0 <4.3.9": ">=4.3.9",
"vite@>=4.0.0 <4.0.5": ">=4.0.5",
"yaml@>=2.0.0-5 <2.2.2": ">=2.2.2",
"pnpm@<7.33.4": ">=7.33.4",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"@adobe/css-tools@<4.3.1": ">=4.3.1",
"json5@<1.0.2": ">=1.0.2",
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
"glob-parent@<5.1.2": ">=5.1.2",
"word-wrap@<1.2.4": ">=1.2.4",
"trim-newlines@^4.1.1": ">=4.1.1",
"tough-cookie@<4.1.3": ">=4.1.3",
"protobufjs@>=7.0.0 <7.2.4": ">=7.2.4",
"vite@=4.5.0": ">=4.5.1",
"@babel/traverse@<7.23.2": ">=7.23.2",
"@adobe/css-tools@<4.3.2": ">=4.3.2",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"follow-redirects@>1.15.6": ">=1.15.6",
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
"katex@>=0.11.0 <0.16.10": ">=0.16.10",
"katex@>=0.15.4 <0.16.10": ">=0.16.10",
"katex@>=0.10.0-beta <0.16.10": ">=0.16.10",
"express@<4.19.2": ">=4.19.2",
"ws@>=2.1.0 <5.2.4": "5.2.4",
"ws@>=6.0.0 <6.2.3": "6.2.3",
"ws@>=7.0.0 <7.5.10": "7.5.10",
"ws@>=8.0.0 <8.17.1": "8.17.1",
"braces@<3.0.3": ">=3.0.3",
"@grpc/grpc-js@>=1.10.0 <1.10.9": ">=1.10.9",
"undici@>=6.0.0 <6.11.1": "6.11.1",
"undici@<5.28.4": "5.28.4",
"fast-xml-parser@<4.4.1": ">=4.4.1",
"axios": "1.7.4",
"webpack": "^5.94.0",
"micromatch": "^4.0.8",
"nth-check": "^2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"@graphiql/react": "^0.22.3",
"send": "^0.19.0",
"dset": "^3.1.4",
"rollup": "^4.22.4"
}
}
}