-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 3.87 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
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": "gridexplore-app",
"version": "0.1.0",
"license": "MPL-2.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@gridsuite/commons-ui": "0.76.0",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/x-tree-view": "^6.17.0",
"@reduxjs/toolkit": "^2.2.3",
"ace-builds": "^1.32.9",
"ag-grid-community": "^31.0.0",
"ag-grid-react": "^31.2.0",
"clsx": "^2.1.1",
"core-js": "^3.36.1",
"oidc-client": "^1.11.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-ace": "^11.0.1",
"react-csv-downloader": "^3.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-intl": "^6.6.4",
"react-papaparse": "^4.4.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"reconnecting-websocket": "^4.4.0",
"redux": "^5.0.1",
"type-fest": "^4.22.1",
"typeface-roboto": "^1.1.13",
"uuid": "^9.0.1",
"yup": "^1.4.0"
},
"scripts": {
"start": "vite",
"start:open": "vite --open",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint . --ext js,mjs,jsx,ts,mts,tsx --max-warnings 0",
"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.22.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@types/core-js": "^2.5.8",
"@types/eslint": "^8.56.9",
"@types/eslint-config-prettier": "^6.11.3",
"@types/identity-obj-proxy": "^3.0.2",
"@types/jest": "^29.5.12",
"@types/json-logic-js": "^2.0.7",
"@types/license-checker": "^25.0.6",
"@types/localized-countries": "^2.0.3",
"@types/node": "^18.19.31",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.75",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.24",
"@types/react-virtualized": "^9.21.30",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-eslint": "^10.1.0",
"babel-preset-airbnb": "^5.0.0",
"babel-preset-vite": "^1.1.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"license-checker": "^25.0.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"typescript": "5.1.6",
"vite": "^5.2.7",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}