generated from gridsuite/gridapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.71 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.71 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": "gridadmin-app",
"version": "2.25.0-SNAPSHOT",
"license": "MPL-2.0",
"private": true,
"type": "module",
"bugs": "https://github.com/gridsuite/gridadmin-app/issues",
"repository": {
"type": "git",
"url": "https://github.com/gridsuite/gridadmin-app"
},
"engines": {
"node": ">=22",
"npm": "^10.9.2"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@gridsuite/commons-ui": "0.132.0",
"@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-date-pickers": "^7.29.4",
"@mui/x-tree-view": "^7.29.1",
"@reduxjs/toolkit": "^2.9.0",
"ag-grid-community": "^33.1.0",
"ag-grid-react": "^33.3.2",
"core-js": "^3.45.1",
"date-fns": "^4.1.0",
"notistack": "^3.0.2",
"oidc-client": "^1.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.62.0",
"react-hook-form-mui": "^7.6.2",
"react-intl": "^7.1.11",
"react-redux": "^9.2.0",
"react-router": "^7.8.2",
"redux": "^5.0.1",
"typeface-roboto": "^1.1.13",
"yup": "^1.7.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",
"lint:format": "prettier --check --cache .",
"licenses-check": "license-checker --summary --excludePrivatePackages --production --onlyAllow \"$( jq -r .onlyAllow[] 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",
"@types/core-js": "^2.5.8",
"@types/eslint": "^8.56.12",
"@types/eslint-config-prettier": "^6.11.3",
"@types/jest": "^30.0.0",
"@types/license-checker": "^25.0.6",
"@types/node": "^22.18.1",
"@types/prop-types": "^15.7.15",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/react-redux": "^7.1.34",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.7.0",
"babel-eslint": "^10.1.0",
"babel-preset-vite": "^1.1.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "3.8.3",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.20",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"jest-svg-transformer": "^1.0.0",
"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.6.3",
"vite": "^6.3.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4"
}
}