This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
122 lines (122 loc) · 4.17 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
{
"scripts": {
"build": "nx run-many --target=build --all",
"ci:skip-cache": "pnpm lint:fix --parallel=1 --skip-nx-cache && pnpm build --parallel=1 --skip-nx-cache && pnpm test -- --parallel=1 --skip-nx-cache && pnpm validate --parallel=1 --skip-nx-cache && pnpm e2e --parallel=1 --skip-nx-cache",
"ci": "pnpm lint:fix --parallel=1 && pnpm build --parallel=1 && pnpm test --parallel=1 && pnpm e2e --parallel=1",
"e2e": "nx run-many --target=e2e --all --parallel=1 && nx run-many --target=e2e --all --configuration=start --parallel=1 && nx run-many --target=e2e --all --configuration=serve --parallel=1 && nx run-many --target=e2e --all --configuration=serve-dev",
"lint:fix": "nx format:write && nx run-many --target=lint --all --fix",
"lint": "nx format && nx run-many --target=lint --all",
"nx:update": "./tools/scripts/nx-update.sh",
"postinstall": "husky install",
"test": "nx run-many --target=test --all",
"validate": "nx run-many --target=validate --all"
},
"license": "MIT",
"engines": {
"pnpm": ">=8"
},
"volta": {
"node": "18.15.0"
},
"packageManager": "[email protected]",
"private": true,
"dependencies": {
"@nrwl/cypress": "15.7.1",
"@nrwl/devkit": "15.7.1",
"@nrwl/jest": "15.7.1",
"@nrwl/js": "15.7.1",
"@nrwl/linter": "15.7.1",
"@nrwl/node": "15.7.1",
"@nrwl/workspace": "15.7.1",
"@swc-node/register": "1.6.2",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.42"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@commitlint/cli": "17.4.4",
"@commitlint/config-angular": "17.4.4",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "2.1.1",
"@graphql-mesh/cache-file": "1.0.0",
"@graphql-mesh/cli": "0.82.34",
"@graphql-mesh/graphql": "1.0.0",
"@graphql-mesh/json-schema": "1.0.0",
"@graphql-mesh/mysql": "1.0.0",
"@graphql-mesh/neo4j": "1.0.0",
"@graphql-mesh/new-openapi": "0.8.2",
"@graphql-mesh/odata": "1.0.0",
"@graphql-mesh/openapi": "1.0.0",
"@graphql-mesh/plugin-mock": "1.0.0",
"@graphql-mesh/plugin-snapshot": "1.0.0",
"@graphql-mesh/runtime": "1.0.0",
"@graphql-mesh/soap": "1.0.0",
"@graphql-typed-document-node/core": "3.2.0",
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@nrwl/esbuild": "15.7.1",
"@nrwl/eslint-plugin-nx": "15.7.1",
"@nrwl/next": "15.7.1",
"@nrwl/nx-cloud": "15.2.1",
"@nrwl/nx-plugin": "15.7.1",
"@nrwl/react": "15.7.1",
"@swc/helpers": "0.4.14",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.4.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"@types/react-dom": "18.0.9",
"@types/react-is": "17.0.3",
"@types/react": "18.0.25",
"@types/styled-components": "5.1.26",
"@types/watchpack": "2.4.0",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"babel-jest": "28.1.1",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^12.2.0",
"esbuild": "^0.17.15",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.31.11",
"eslint": "8.15.0",
"fs-extra": "10.1.0",
"get-port": "5.1.1",
"graphql": "16.6.0",
"husky": "8.0.3",
"jest-environment-jsdom": "28.1.1",
"jest": "28.1.1",
"jsdom": "~20.0.3",
"jsonc-eslint-parser": "2.2.0",
"lint-staged": "13.2.0",
"next": "13.1.1",
"nx": "15.7.1",
"prettier": "2.8.6",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-test-renderer": "18.2.0",
"react": "18.2.0",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.6",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"tslib": "2.5.0",
"type-fest": "3.6.1",
"typescript": "4.8.4",
"watchpack": "2.4.0"
},
"pnpm": {
"overrides": {
"@nrwl/cypress": "15.7.1",
"@nrwl/jest": "15.7.1",
"@nrwl/js": "15.7.1",
"@nrwl/node": "15.7.1",
"@nrwl/webpack": "15.7.1"
}
}
}