-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 5.02 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 5.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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "gridstudy-app",
"version": "2.34.0-SNAPSHOT",
"license": "MPL-2.0",
"private": true,
"type": "module",
"engines": {
"node": ">=24",
"npm": "^11.6.2"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@gridsuite/commons-ui": "0.201.0",
"@hello-pangea/dnd": "^18.0.1",
"@hookform/resolvers": "^4.1.3",
"@mui/icons-material": "^5.18.0",
"@mui/lab": "5.0.0-alpha.175",
"@mui/material": "^5.18.0",
"@mui/x-charts": "^8.21.0",
"@mui/x-tree-view": "^8.21.0",
"@powsybl/network-viewer": "3.4.0",
"@reduxjs/toolkit": "^2.9.0",
"@svgdotjs/svg.js": "^3.2.4",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.18",
"@xyflow/react": "^12.8.4",
"ag-grid-community": "^33.1.0",
"ag-grid-react": "^33.3.2",
"clsx": "^2.1.1",
"core-js": "^3.45.1",
"eventemitter3": "^5.0.1",
"localized-countries": "^2.0.0",
"mathjs": "^14.7.0",
"mui-nested-menu": "^4.0.1",
"plotly.js-basic-dist-min": "^2.35.3",
"qs": "^6.14.0",
"react": "^19.2.0",
"react-csv-downloader": "^3.3.0",
"react-dom": "^19.2.0",
"react-grid-layout": "^1.5.2",
"react-hook-form": "^7.62.0",
"react-intl": "^7.1.11",
"react-papaparse": "^4.4.0",
"react-plotly.js": "^2.6.0",
"react-redux": "^9.2.0",
"react-resizable": "^3.0.5",
"react-resizable-panels": "^3.0.6",
"react-rnd": "^10.5.2",
"react-router": "^7.8.2",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^2.2.1",
"reconnecting-websocket": "^4.4.0",
"redux": "^5.0.1",
"typeface-roboto": "^1.1.13",
"uuid": "^13.0.0",
"yup": "^1.7.0"
},
"overrides": {
"@powsybl/network-viewer": {
"react-intl": "$react-intl"
},
"react-plotly.js": {
"plotly.js": {
"esbuild-style-plugin": "npm:dry-uninstall@^0.3.0"
}
}
},
"scripts": {
"start": "vite",
"start:open": "vite --open",
"build": "vite build",
"serve": "vite preview",
"test": "jest",
"test:coverage": "jest --coverage",
"type-check": "tsc",
"prebuild": "npm run lint && npm run type-check",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"lint:format": "prettier --check --cache .",
"licenses-check": "license-checker --summary --excludePrivatePackages --production --onlyAllow \"$( jq -r .onlyAllow[] license-checker-config.json | tr '\n' ';')\" --excludePackages \"$( jq -r .excludePackages[] license-checker-config.json | tr '\n' ';')\""
},
"devDependencies": {
"@babel/helper-builder-react-jsx": "^7.27.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.38.0",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/core-js": "^2.5.8",
"@types/eslint": "^8.56.12",
"@types/eslint-config-prettier": "^6.11.3",
"@types/identity-obj-proxy": "^3.0.2",
"@types/jest": "^30.0.0",
"@types/json-schema": "^7.0.15",
"@types/license-checker": "^25.0.6",
"@types/localized-countries": "^2.0.3",
"@types/lucene-escape-query": "^1.0.2",
"@types/node": "^22.18.1",
"@types/plotly.js-basic-dist-min": "^2.12.4",
"@types/qs": "^6.14.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/react-grid-layout": "^1.3.5",
"@types/react-plotly.js": "^2.6.3",
"@types/react-resizable": "^3.0.8",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^5.0.4",
"babel-eslint": "^10.1.0",
"babel-preset-vite": "^1.1.3",
"eslint": "^9.38.0",
"eslint-config-airbnb-extended": "^2.3.2",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"license-checker": "^25.0.1",
"prettier": "^3.6.2",
"prettier-plugin-properties": "^0.3.0",
"ts-node": "^10.9.2",
"type-fest": "^4.41.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-plugin-checker": "^0.11.0",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4"
}
}