This repository was archived by the owner on Jul 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.45 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
{
"name": "easyback-app",
"version": "1.0.0",
"private": true,
"dependencies": {
"@aspor/aspor-odata-js": "^1.0.57",
"@aspor/aspor-odata-js-react": "^1.0.57",
"@aspor/aspor-react-system": "^1.0.57",
"@cloud2a/cloud2a-client": "^0.0.23",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fluxusui/fluxusui-base": "^0.1.225",
"@fluxusui/fluxusui-form": "^0.1.225",
"@fluxusui/fluxusui-markdown": "^0.1.225",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.90",
"@mui/material": "^5.9.0",
"@mui/x-date-pickers": "^5.0.0-beta.5",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"date-fns": "^2.29.1",
"framer-motion": "^8.0.2",
"i18next": "^21.8.13",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"immutability-helper": "^3.1.1",
"javascript-time-ago": "^2.3.10",
"jwt-decode": "^3.1.2",
"monaco-editor": "^0.33.0",
"notistack": "^2.0.3",
"re-resizable": "^6.9.2",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.0.6",
"react-dropzone": "^14.2.2",
"react-i18next": "^11.18.0",
"react-image-crop": "^9.1.1",
"react-imask": "^6.4.2",
"react-infinite-scroll-component": "^6.1.0",
"react-monaco-editor": "^0.49.0",
"react-number-format": "^4.9.3",
"react-router-dom": "^6.4.3",
"react-time-ago": "^7.2.1",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"typescript": "^4.5.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"build-cf": "cross-env REACT_APP_VERSION=$npm_package_version REACT_APP_IDENTIFIER=$CF_PAGES_COMMIT_SHA react-app-rewired build && node cf-build.js",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}