-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 855 Bytes
/
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
{
"name": "bank-merge-co-task-3",
"version": "0.1.0",
"private": true,
"dependencies": {
"@finos/perspective": "^3.x",
"@finos/perspective-viewer": "^3.x",
"@finos/perspective-viewer-d3fc": "^3.x",
"@types/jest": "^29.x",
"@types/node": "^22.x",
"@types/react": "^18.x",
"@types/react-dom": "^18.x",
"bootstrap": "^5.x",
"puppeteer": "^23.x",
"react": "^18.x",
"react-dom": "^18.x"
},
"scripts": {
"start": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@rsbuild/core": "^1.0.5",
"@rsbuild/plugin-react": "^1.0.2",
"source-map-loader": "^5.x",
"typescript": "^5.x"
}
}