@acuteinfo/common-base 1.0.0 → 1.0.2

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/package.json CHANGED
@@ -1,130 +1,130 @@
1
- {
2
- "name": "@acuteinfo/common-base",
3
- "version": "1.0.0",
4
- "license": "MIT",
5
- "keywords": [
6
- "react",
7
- "typescript",
8
- "mui"
9
- ],
10
- "description": "Acute Informatics - Common Base",
11
- "author": "Acute",
12
- "main": "dist/index.js",
13
- "types": "dist/index.d.ts",
14
- "dependencies": {
15
- "@date-io/date-fns": "^2.17.0",
16
- "@emotion/react": "^11.11.1",
17
- "@emotion/styled": "^11.11.0",
18
- "@koale/useworker": "^4.0.2",
19
- "@mui/icons-material": "^5.14.11",
20
- "@mui/lab": "^5.0.0-alpha.170",
21
- "@mui/styles": "^5.14.11",
22
- "@mui/x-data-grid": "^6.13.0",
23
- "@mui/x-date-pickers": "^6.15.0",
24
- "autosuggest-highlight": "^3.1.1",
25
- "axios": "^1.6.5",
26
- "buffer": "^6.0.3",
27
- "clsx": "^1.1.1",
28
- "date-fns": "^2.30.0",
29
- "dayjs": "^1.11.9",
30
- "history": "^5.0.0",
31
- "husky": "^4.3.0",
32
- "i18next": "^22.5.1",
33
- "js2xmlparser": "^5.0.0",
34
- "json-rules-engine": "^5.0.4",
35
- "jspdf": "^2.5.1",
36
- "jspdf-autotable": "^3.6.0",
37
- "lint-staged": "^10.5.1",
38
- "lodash-es": "^4.17.21",
39
- "match-sorter": "^6.3.0",
40
- "namor": "^2.0.3",
41
- "notistack": "^3.0.1",
42
- "pako": "^2.1.0",
43
- "papaparse": "^5.4.1",
44
- "platform": "^1.3.6",
45
- "react-dnd": "^16.0.1",
46
- "react-dnd-html5-backend": "^16.0.1",
47
- "react-i18next": "^12.3.1",
48
- "react-imask": "^6.0.5",
49
- "react-is": "^18.2.0",
50
- "react-number-format": "^5.3.1",
51
- "react-query": "^3.12.0",
52
- "react-router-dom": "^6.16.0",
53
- "react-table": "^7.8.0",
54
- "react-to-print": "^2.14.7",
55
- "react-window": "^1.8.6",
56
- "recoil": "^0.7.7",
57
- "regenerator-runtime": "^0.14.1",
58
- "typeface-roboto": "^0.0.75",
59
- "typescript": "^4.2.2",
60
- "xlsx": "^0.17.0",
61
- "xlsx-populate": "^1.21.0",
62
- "yup": "^0.32.11"
63
- },
64
- "scripts": {
65
- "build": "rm -rf dist && npx rollup -c"
66
- },
67
- "eslintConfig": {
68
- "extends": [
69
- "react-app",
70
- "react-app/jest"
71
- ],
72
- "rules": {
73
- "react/jsx-uses-react": "off",
74
- "react/react-in-jsx-scope": "off"
75
- }
76
- },
77
- "browserslist": {
78
- "production": [
79
- ">0.2%",
80
- "not dead",
81
- "not op_mini all"
82
- ],
83
- "development": [
84
- "last 1 chrome version",
85
- "last 1 firefox version",
86
- "last 1 safari version"
87
- ]
88
- },
89
- "husky": {
90
- "hooks": {
91
- "pre-commit": "lint-staged"
92
- }
93
- },
94
- "lint-staged": {
95
- "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
96
- "prettier --write"
97
- ]
98
- },
99
- "devDependencies": {
100
- "@rollup/plugin-babel": "^6.0.4",
101
- "@rollup/plugin-commonjs": "^25.0.7",
102
- "@rollup/plugin-node-resolve": "^15.2.3",
103
- "@rollup/plugin-terser": "^0.4.4",
104
- "@rollup/plugin-typescript": "^11.1.6",
105
- "@testing-library/jest-dom": "^4.2.4",
106
- "@testing-library/react": "^9.3.2",
107
- "@testing-library/user-event": "^7.1.2",
108
- "@types/lodash": "^4.14.160",
109
- "@types/lodash-es": "^4.17.4",
110
- "@types/node": "^20.12.5",
111
- "@types/react": "^18.2.74",
112
- "@types/react-i18next": "^8.1.0",
113
- "@types/yup": "^0.29.6",
114
- "postcss": "^8.4.38",
115
- "postcss-nested": "^6.0.1",
116
- "postcss-simple-vars": "^7.0.1",
117
- "prettier": "^3.2.5",
118
- "rollup": "^4.14.0",
119
- "rollup-plugin-copy": "^3.5.0",
120
- "rollup-plugin-node-polyfills": "^0.2.1",
121
- "rollup-plugin-postcss": "^4.0.2",
122
- "source-map-explorer": "^2.5.2",
123
- "tslib": "^2.6.2"
124
- },
125
- "peerDependencies": {
126
- "@mui/material": "^5.14.11",
127
- "react": "^18.2.0",
128
- "react-dom": "^18.2.0"
129
- }
1
+ {
2
+ "name": "@acuteinfo/common-base",
3
+ "version": "1.0.2",
4
+ "license": "MIT",
5
+ "keywords": [
6
+ "react",
7
+ "typescript",
8
+ "mui"
9
+ ],
10
+ "description": "Acute Informatics - Common Base",
11
+ "author": "Acute",
12
+ "main": "dist/index.js",
13
+ "types": "dist/index.d.ts",
14
+ "dependencies": {
15
+ "@date-io/date-fns": "^2.17.0",
16
+ "@emotion/react": "^11.11.1",
17
+ "@emotion/styled": "^11.11.0",
18
+ "@koale/useworker": "^4.0.2",
19
+ "@mui/icons-material": "^5.14.11",
20
+ "@mui/lab": "^5.0.0-alpha.170",
21
+ "@mui/styles": "^5.14.11",
22
+ "@mui/x-data-grid": "^6.13.0",
23
+ "@mui/x-date-pickers": "^6.15.0",
24
+ "autosuggest-highlight": "^3.1.1",
25
+ "axios": "^1.6.5",
26
+ "buffer": "^6.0.3",
27
+ "clsx": "^1.1.1",
28
+ "date-fns": "^2.30.0",
29
+ "dayjs": "^1.11.9",
30
+ "history": "^5.0.0",
31
+ "husky": "^4.3.0",
32
+ "i18next": "^22.5.1",
33
+ "js2xmlparser": "^5.0.0",
34
+ "json-rules-engine": "^5.0.4",
35
+ "jspdf": "^2.5.1",
36
+ "jspdf-autotable": "^3.6.0",
37
+ "lint-staged": "^10.5.1",
38
+ "lodash-es": "^4.17.21",
39
+ "match-sorter": "^6.3.0",
40
+ "namor": "^2.0.3",
41
+ "notistack": "^3.0.1",
42
+ "pako": "^2.1.0",
43
+ "papaparse": "^5.4.1",
44
+ "platform": "^1.3.6",
45
+ "react-dnd": "^16.0.1",
46
+ "react-dnd-html5-backend": "^16.0.1",
47
+ "react-i18next": "^12.3.1",
48
+ "react-imask": "^6.0.5",
49
+ "react-is": "^18.2.0",
50
+ "react-number-format": "^5.3.1",
51
+ "react-query": "^3.12.0",
52
+ "react-router-dom": "^6.16.0",
53
+ "react-table": "^7.8.0",
54
+ "react-to-print": "^2.14.7",
55
+ "react-window": "^1.8.6",
56
+ "recoil": "^0.7.7",
57
+ "regenerator-runtime": "^0.14.1",
58
+ "typeface-roboto": "^0.0.75",
59
+ "typescript": "^4.2.2",
60
+ "xlsx": "^0.17.0",
61
+ "xlsx-populate": "^1.21.0",
62
+ "yup": "^0.32.11"
63
+ },
64
+ "scripts": {
65
+ "build": "rm -rf dist && npx rollup -c"
66
+ },
67
+ "eslintConfig": {
68
+ "extends": [
69
+ "react-app",
70
+ "react-app/jest"
71
+ ],
72
+ "rules": {
73
+ "react/jsx-uses-react": "off",
74
+ "react/react-in-jsx-scope": "off"
75
+ }
76
+ },
77
+ "browserslist": {
78
+ "production": [
79
+ ">0.2%",
80
+ "not dead",
81
+ "not op_mini all"
82
+ ],
83
+ "development": [
84
+ "last 1 chrome version",
85
+ "last 1 firefox version",
86
+ "last 1 safari version"
87
+ ]
88
+ },
89
+ "husky": {
90
+ "hooks": {
91
+ "pre-commit": "lint-staged"
92
+ }
93
+ },
94
+ "lint-staged": {
95
+ "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
96
+ "prettier --write"
97
+ ]
98
+ },
99
+ "devDependencies": {
100
+ "@rollup/plugin-babel": "^6.0.4",
101
+ "@rollup/plugin-commonjs": "^25.0.7",
102
+ "@rollup/plugin-node-resolve": "^15.2.3",
103
+ "@rollup/plugin-terser": "^0.4.4",
104
+ "@rollup/plugin-typescript": "^11.1.6",
105
+ "@testing-library/jest-dom": "^4.2.4",
106
+ "@testing-library/react": "^9.3.2",
107
+ "@testing-library/user-event": "^7.1.2",
108
+ "@types/lodash": "^4.14.160",
109
+ "@types/lodash-es": "^4.17.4",
110
+ "@types/node": "^20.12.5",
111
+ "@types/react": "^18.2.74",
112
+ "@types/react-i18next": "^8.1.0",
113
+ "@types/yup": "^0.29.6",
114
+ "postcss": "^8.4.38",
115
+ "postcss-nested": "^6.0.1",
116
+ "postcss-simple-vars": "^7.0.1",
117
+ "prettier": "^3.2.5",
118
+ "rollup": "^4.14.0",
119
+ "rollup-plugin-copy": "^3.5.0",
120
+ "rollup-plugin-node-polyfills": "^0.2.1",
121
+ "rollup-plugin-postcss": "^4.0.2",
122
+ "source-map-explorer": "^2.5.2",
123
+ "tslib": "^2.6.2"
124
+ },
125
+ "peerDependencies": {
126
+ "@mui/material": "^5.14.11",
127
+ "react": "^18.2.0",
128
+ "react-dom": "^18.2.0"
129
+ }
130
130
  }