-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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
{
"name": "rspack-monorepo-example",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "npx nx build",
"start": "npx nx serve",
"lint": "npx nx lint"
},
"private": true,
"devDependencies": {
"@nx/cypress": "18.0.4",
"@nx/eslint": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/react": "18.0.4",
"@nx/rspack": "17.2.8",
"@nx/web": "18.0.4",
"@nx/webpack": "18.0.4",
"@nx/workspace": "18.0.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@rspack/core": "~0.4.4",
"@rspack/dev-server": "~0.4.4",
"@rspack/plugin-minify": "~0.4.4",
"@rspack/plugin-react-refresh": "~0.4.4",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.8.0",
"@swc/cli": "^0.3.9",
"@swc/core": "~1.4.1",
"@swc/helpers": "~0.5.6",
"@testing-library/react": "14.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"cypress": "^13.6.4",
"eslint": "8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"nx": "18.0.4",
"prettier": "^3.2.5",
"react-refresh": "^0.14.0",
"react-test-renderer": "18.2.0",
"swc-loader": "^0.2.6",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "~5.3.3",
"url-loader": "^4.1.1"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "^2.6.2"
}
}