-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
79 lines (79 loc) · 2.31 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
{
"name": "nx-labs",
"version": "1.0.0-rc.1",
"private": true,
"license": "MIT",
"scripts": {
"build": "nx run-many -t=build --exclude=nx-labs",
"nx-release": "./scripts/nx-release.mjs",
"check-versions": "ts-node -P ./tools/tsconfig.tools.json ./tools/scripts/check-versions.ts",
"test": "nx run-many -t=test --exclude=nx-labs",
"build-ci": "nx build",
"test-ci": "nx test",
"e2e-ci": "nx e2e"
},
"dependencies": {
"@swc/cli": "0.3.12",
"@swc/core": "1.3.93",
"@swc/helpers": "0.5.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"tslib": "^2.3.0",
"yargs-parser": "^21.1.1",
"@storybook/addon-interactions": "^8.2.8",
"storybook": "^8.2.8"
},
"packageManager": "[email protected]",
"devDependencies": {
"@module-federation/enhanced": "0.6.6",
"@module-federation/node": "2.5.9",
"@nx/cypress": "19.8.0",
"@nx/detox": "19.8.0",
"@nx/devkit": "19.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/node": "19.8.0",
"@nx/plugin": "19.8.0",
"@nx/react": "19.8.0",
"@nx/storybook": "19.8.0",
"@nx/vite": "19.8.0",
"@nx/workspace": "19.8.0",
"@phenomnomnominal/tsquery": "^5.0.1",
"@rspack/core": "1.0.5",
"@rspack/dev-server": "1.0.5",
"@rspack/plugin-minify": "^0.7.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@swc-node/register": "1.8.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.5.13",
"@types/node": "18.16.9",
"@types/webpack-sources": "^3.2.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"chalk": "4.1.2",
"copy-webpack-plugin": "^10.2.4",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "^11.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsonc-eslint-parser": "^2.1.0",
"kill-port": "^2.0.1",
"license-webpack-plugin": "^4.0.2",
"metro-resolver": "0.71.0",
"nx": "19.8.0",
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "^3.2.1",
"release-it": "15.2.0",
"tar-fs": "^2.1.1",
"tree-kill": "^1.2.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"verdaccio": "^5.0.4"
}
}