-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.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
{
"name": "luigitest",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "yarn workspaces foreach --all --parallel run start"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@luigi-project/client": "^2.13.0",
"@luigi-project/container": "^1.2.0-rc3",
"@luigi-project/core": "^2.13.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"@sap-theming/theming-base-content": "^11.16.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"babel-jest": "^27.4.2",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.18.1",
"camelcase": "^6.2.1",
"css-loader": "^6.5.1",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"fundamental-styles": "^0.11.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"jsonexport": "^3.2.0",
"lodash": "~4.17.21",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"prop-types": "^15.7.2",
"proxy-polyfill": "^0.3.0",
"ra-data-fakerest": "^4.16.17",
"ra-i18n-polyglot": "^4.16.17",
"ra-input-rich-text": "^4.16.18",
"ra-language-english": "^4.16.17",
"ra-language-french": "^4.16.17",
"ra-ui-materialui": "^4.16.18",
"react": "^18.2.0",
"react-admin": "^4.16.18",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-query": "^3.32.1",
"react-refresh": "^0.11.0",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.12.10",
"@hookform/devtools": "^4.0.2",
"@vitejs/plugin-react": "^4.3.1",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"eslint-plugin-react": "^7.33.2",
"react-app-polyfill": "^1.0.4",
"typescript": "^5.1.3",
"vite": "^5.3.1",
"vite-plugin-simple-html": "^0.1.2",
"vite-tsconfig-paths": "^4.3.2"
},
"workspaces": [
"apps/*"
],
"packageManager": "[email protected]"
}