forked from gridsuite/commons-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 5.1 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
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
139
{
"name": "@gridsuite/commons-ui",
"version": "0.60.2",
"description": "common react components for gridsuite applications",
"engines": {
"npm": ">=9",
"node": ">=18"
},
"exports": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"scripts": {
"start": "vite demo/ --config vite.config.mts",
"start:open": "vite demo/ --config vite.config.mts --open",
"build": "tsc && vite build",
"build:pack": "tsc && vite build && npm pack",
"prepublishOnly": "npm run build",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"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' ';')\""
},
"dependencies": {
"@react-querybuilder/dnd": "^7.2.0",
"@react-querybuilder/material": "^7.2.0",
"autosuggest-highlight": "^3.3.4",
"clsx": "^2.1.0",
"jwt-decode": "^4.0.0",
"localized-countries": "^2.0.0",
"memoize-one": "^6.0.0",
"oidc-client": "^1.11.5",
"prop-types": "^15.8.1",
"react-csv-downloader": "^3.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-querybuilder": "^7.2.0",
"react-virtualized": "^9.22.5",
"uuid": "^9.0.1"
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"ag-grid-community": "^31.0.0",
"ag-grid-react": "^31.2.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-intl": "^6.6.4",
"react-papaparse": "^4.1.0",
"react-router-dom": "^6.22.3",
"yup": "^1.4.0"
},
"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",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@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",
"@react-hook/window-size": "^3.1.1",
"@types/autosuggest-highlight": "^3.2.3",
"@types/eslint": "^8.56.7",
"@types/eslint-config-prettier": "^6.11.3",
"@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-dom": "^18.2.24",
"@types/react-resizable": "^3.0.7",
"@types/react-virtualized": "^9.21.29",
"@types/utf-8-validate": "^5.0.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"ag-grid-community": "^31.0.0",
"ag-grid-react": "^31.2.0",
"babel-eslint": "^10.1.0",
"babel-preset-vite": "^1.1.3",
"bufferutil": "^4.0.8",
"eslint": "^8.57.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",
"glob": "^10.3.12",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"license-checker": "^25.0.1",
"notistack": "^3.0.1",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-intl": "^6.6.4",
"react-papaparse": "^4.1.0",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.22.3",
"ts-node": "^10.9.2",
"type-fest": "^4.14.0",
"typescript": "5.1.6",
"utf-8-validate": "^6.0.3",
"vite": "^5.2.7",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-lib-inject-css": "^2.0.1",
"vite-plugin-svgr": "^4.2.0",
"yup": "^1.4.0"
},
"author": "gridsuite team",
"homepage": "https://github.com/gridsuite",
"license": "MPL-2.0",
"repository": "git://github.com/gridsuite/commons-ui.git"
}