-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "eddeee888",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"release": "yarn nx run-many --target=build --all && yarn changeset publish"
},
"private": true,
"dependencies": {
"@swc/helpers": "0.5.3",
"tslib": "^2.4.1"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"@graphql-codegen/cli": "5.0.0",
"@nx/devkit": "18.0.8",
"@nx/eslint": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/js": "18.0.8",
"@nx/node": "18.0.8",
"@nx/plugin": "18.0.8",
"@nx/workspace": "18.0.8",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.101",
"@types/jest": "29.4.4",
"@types/node": "20.11.25",
"@types/semver": "7.5.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"graphql": "16.8.1",
"jest": "29.4.3",
"jsonc-eslint-parser": "2.4.0",
"nx": "18.0.8",
"prettier": "2.7.1",
"semver": "7.5.4",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.3"
},
"workspaces": [
"packages/**"
]
}