aefis-core-ui 0.0.0-experimental-da2498de
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Icon/index.d.ts +257 -0
- package/dist/Icon/index.modern.js +1034 -0
- package/dist/Icon/index.modern.js.map +1 -0
- package/dist/Icon/package.json +5 -0
- package/dist/assets/badgeAward.jpg +0 -0
- package/dist/assets/buildingForYou.jpg +0 -0
- package/dist/assets/checklist.jpg +0 -0
- package/dist/assets/checklist_alt.jpg +0 -0
- package/dist/assets/completed.jpg +0 -0
- package/dist/assets/construction.png +0 -0
- package/dist/assets/error.jpg +0 -0
- package/dist/assets/error_alt2.jpg +0 -0
- package/dist/assets/heliocampus-cornersun.png +0 -0
- package/dist/assets/login.jpg +0 -0
- package/dist/assets/report.jpg +0 -0
- package/dist/assets/search.jpg +0 -0
- package/dist/assets/search_alt1.jpg +0 -0
- package/dist/assets/unknown.jpg +0 -0
- package/dist/assets/working.jpg +0 -0
- package/dist/assets/working_alt.jpg +0 -0
- package/dist/index.d.ts +120 -0
- package/dist/index.modern.css +3174 -0
- package/dist/index.modern.css.map +1 -0
- package/dist/index.modern.js +32366 -0
- package/dist/index.modern.js.map +1 -0
- package/package.json +107 -0
package/package.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "aefis-core-ui",
|
|
3
|
+
"version": "0.0.0-experimental-da2498de",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"module": "dist/index.modern.js",
|
|
8
|
+
"source": "../src/core-ui/index.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
"module": "./dist/index.modern.js"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"dist"
|
|
14
|
+
],
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@babel/runtime": "7.19.4",
|
|
17
|
+
"@rjsf/material-ui": "^4.2.0",
|
|
18
|
+
"axios": "^0.26",
|
|
19
|
+
"change-case": "^4.1.2",
|
|
20
|
+
"classnames": "2.3.1",
|
|
21
|
+
"clsx": "1.2.1",
|
|
22
|
+
"date-fns": "^2.28.0",
|
|
23
|
+
"filepond-plugin-file-validate-size": "^2.2.8",
|
|
24
|
+
"filepond-plugin-file-validate-type": "^1.2.8",
|
|
25
|
+
"filepond-plugin-get-file": "^1.0.7",
|
|
26
|
+
"filepond-plugin-image-exif-orientation": "^1.0.11",
|
|
27
|
+
"filepond-plugin-image-preview": "^4.6.11",
|
|
28
|
+
"framer-motion": "^4.1.17",
|
|
29
|
+
"iframe-resizer-react": "^1.1.0",
|
|
30
|
+
"immer": "^9.0.19",
|
|
31
|
+
"moment": "^2.29.4",
|
|
32
|
+
"mustache": "^4.2.0",
|
|
33
|
+
"notistack": "^3.0.0-alpha.7",
|
|
34
|
+
"nouislider-react": "^3.4.1",
|
|
35
|
+
"query-string": "^7.1.1",
|
|
36
|
+
"react-copy-to-clipboard": "^5.0.3",
|
|
37
|
+
"react-fade-in": "^2.0.1",
|
|
38
|
+
"react-filepond": "^7.1.1",
|
|
39
|
+
"react-flow-renderer": "^10.2.2",
|
|
40
|
+
"react-image": "^4.0.3",
|
|
41
|
+
"react-intersection-observer": "^8.31.0",
|
|
42
|
+
"react-number-format": "^5.1.3",
|
|
43
|
+
"react-perfect-scrollbar": "^1.5.8",
|
|
44
|
+
"react-query": "^3.5.6",
|
|
45
|
+
"react-scroll": "^1.8.4",
|
|
46
|
+
"react-share": "^4.4.0",
|
|
47
|
+
"react-swipeable-views": "^0.14.0",
|
|
48
|
+
"react-table": "^7.8.0",
|
|
49
|
+
"react-text-mask": "^5.5.0",
|
|
50
|
+
"react-uid": "^2.3.0",
|
|
51
|
+
"react-vertical-timeline-component": "^3.5.2",
|
|
52
|
+
"use-sync-external-store": "^1.1.0",
|
|
53
|
+
"uuid": "^9.0.0",
|
|
54
|
+
"react-custom-scrollbars-2": "^4.5.0"
|
|
55
|
+
},
|
|
56
|
+
"scripts": {
|
|
57
|
+
"build:components": "microbundle -f modern --no-compress --generateTypes --jsx React.createElement --alias components=src/components --jsxFragment React.Fragment --jsxImportSource react",
|
|
58
|
+
"build:Icon": "./scripts/build-icon.sh",
|
|
59
|
+
"build:lib": "rm -rf dist && (npm run build:components && ./scripts/build-icon.sh)",
|
|
60
|
+
"prepare": "patch-package"
|
|
61
|
+
},
|
|
62
|
+
"eslintConfig": {
|
|
63
|
+
"extends": "react-app"
|
|
64
|
+
},
|
|
65
|
+
"browserslist": {
|
|
66
|
+
"production": [
|
|
67
|
+
">0.2%",
|
|
68
|
+
"not dead",
|
|
69
|
+
"not op_mini all"
|
|
70
|
+
],
|
|
71
|
+
"development": [
|
|
72
|
+
"last 1 chrome version",
|
|
73
|
+
"last 1 firefox version",
|
|
74
|
+
"last 1 safari version"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"devDependencies": {
|
|
78
|
+
"@babel/core": "^7.11.6",
|
|
79
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
80
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
|
|
81
|
+
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
82
|
+
"@svgr/rollup": "^6.5.1",
|
|
83
|
+
"autoprefixer": "^9.0.0",
|
|
84
|
+
"babel-loader": "8.1.0",
|
|
85
|
+
"babel-plugin-import": "^1.13.3",
|
|
86
|
+
"microbundle": "^0.15.1",
|
|
87
|
+
"patch-package": "^6.5.0",
|
|
88
|
+
"rollup-plugin-smart-asset": "^2.1.2"
|
|
89
|
+
},
|
|
90
|
+
"peerDependencies": {
|
|
91
|
+
"@mui/icons-material": "^5.11.11",
|
|
92
|
+
"@mui/material": "^5.11.10",
|
|
93
|
+
"@mui/styles": "^5.11.9",
|
|
94
|
+
"@mui/system": "^5.11.9",
|
|
95
|
+
"@mui/utils": "^5.11.9",
|
|
96
|
+
"@mui/x-date-pickers": "^5.0.20",
|
|
97
|
+
"@mui/x-data-grid-pro": "^6.6.0",
|
|
98
|
+
"@types/react": "^17.0.2",
|
|
99
|
+
"lodash": "4.17.21",
|
|
100
|
+
"prop-types": "15.8.1",
|
|
101
|
+
"react": "^17.0.2",
|
|
102
|
+
"react-dom": "^17.0.2"
|
|
103
|
+
},
|
|
104
|
+
"publishConfig": {
|
|
105
|
+
"registry": "https://registry.npmjs.org"
|
|
106
|
+
}
|
|
107
|
+
}
|