-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.16 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.16 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
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
{
"name": "zenko-ui",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"check-types": "tsc --noemit",
"test": "jest",
"watch": "jest --watch",
"test:coverage": "jest --coverage --ci",
"lint": "biome check src",
"start": "rspack serve -c rspack.config.ts",
"build": "npm run check-types && npm run rsbuild",
"jest-preview": "jest-preview",
"rsbuild": "rspack build -c rspack.config.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.16.7",
"@biomejs/biome": "2.3.11",
"@module-federation/enhanced": "0.21.6",
"@rsdoctor/rspack-plugin": "^1.3.13",
"@rspack/cli": "~1.6.7",
"@rspack/core": "~1.6.7",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^15.0.7",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.5.2",
"@types/enzyme": "^3.10.13",
"@types/jest": "^27.4.1",
"@types/lodash.set": "^4.3.7",
"@types/luxon": "^2.3.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^4.0.18",
"@types/react-window-infinite-loader": "^1.0.6",
"@types/styled-components": "^5.1.34",
"@welldone-software/why-did-you-render": "^4.0.5",
"babel-loader": "^8.0.6",
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^11.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-preview": "^0.3.1",
"msw": "0.36.8",
"node-fetch": "^2.6.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.2",
"vega-lite": "^4.0.0-beta.10"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@scality/certchain": "1.4.0",
"@scality/core-ui": "0.202.0",
"@scality/data-browser-library": "1.1.11",
"@scality/module-federation": "1.6.1",
"@scality/react-chained-query": "^2.1.0",
"@types/react-table": "^7.7.10",
"@types/react-virtualized": "^9.21.20",
"@types/react-window": "^1.8.5",
"async": "^3.2.0",
"aws-sdk": "^2.616.0",
"core-js": "^3.6.5",
"downshift": "^6.1.7",
"immutable": "^4.0.0-rc.12",
"joi": "^18.0.1",
"lodash.isequal": "^4.5.0",
"lodash.set": "^4.3.2",
"luxon": "^2.3.0",
"memoize-one": "^5.1.1",
"oidc-client": "^1.10.1",
"portable-fetch": "^3.0.0",
"pretty-bytes": "^6.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "12.0.4",
"react-error-boundary": "^3.1.1",
"react-hook-form": "^7.28.1",
"react-query": "3.34.0",
"react-router": "7.13.0",
"react-router-dom": "7.13.0",
"react-table": "^7.3.0",
"react-virtualized": "9.21.0",
"react-window": "^1.8.5",
"react-window-infinite-loader": "^1.0.5",
"styled-components": "^5.3.11",
"zenkoclient": "github:scality/zenkoclient#1.3.0"
},
"msw": {
"workerDirectory": "public/assets"
},
"optionalDependencies": {
"@rspack/binding-linux-x64-gnu": "^1.6.7"
}
}