-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.02 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.02 KB
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": "shell-ui",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"check-types": "tsc --noEmit",
"test": "jest",
"start": "rspack serve -c rspack.config.ts",
"build": "npm run check-types && rspack build -c rspack.config.ts",
"jest-preview": "jest-preview",
"rsstart": "rspack serve -c rspack.config.ts",
"rsbuild": "rspack build -c rspack.config.ts"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.21.0",
"@module-federation/enhanced": "^0.2.3",
"@rsdoctor/rspack-plugin": "^0.3.5",
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^15.0.7",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^13.0.10",
"@types/history": "^5.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "^18.3.0",
"@types/styled-components": "^5.1.34",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"fs-extra": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.3",
"jest-localstorage-mock": "^2.4.8",
"jest-preview": "^0.3.1",
"msw": "0.36.8",
"node-fetch": "^2.6.1",
"react-test-renderer": "^18.3.1",
"ts-node": "^10.9.2"
},
"dependencies": {
"@scality/core-ui": "0.155.0",
"@scality/module-federation": "^1.4.1",
"downshift": "^8.0.0",
"history": "^5.3.0",
"jest-environment-jsdom": "^29.7.0",
"oidc-client-ts": "^3.0.1",
"oidc-react": "^3.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.2",
"react-intl": "^5.15.3",
"react-query": "^3.34.0",
"react-router": "^7.0.1",
"react-router-dom": "^7.0.1",
"styled-components": "^5.3.11",
"typescript": "^5.6.3"
}
}