impact-ui 3.0.8-beta → 3.0.10-beta
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/index.js +378 -432
- package/dist/index.js.map +1 -1
- package/dist/package.json +140 -0
- package/package.json +2 -3
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "impact-ui",
|
|
3
|
+
"version": "3.0.2-beta",
|
|
4
|
+
"description": "Impact Analytics UI library",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build:lib": "npx rollup -c",
|
|
11
|
+
"start:lib": "npm run build -- -w",
|
|
12
|
+
"build": "react-scripts --openssl-legacy-provider build",
|
|
13
|
+
"start": "react-scripts start",
|
|
14
|
+
"generate-component": "chmod +x ./generate-component.sh && ./generate-component.sh",
|
|
15
|
+
"format": "npx prettier --write .",
|
|
16
|
+
"publish-package": "chmod +x ./publish.sh && ./publish.sh",
|
|
17
|
+
"storybook": "storybook dev -p 6006",
|
|
18
|
+
"build:storybook": "storybook build"
|
|
19
|
+
},
|
|
20
|
+
"husky": {
|
|
21
|
+
"hooks": {
|
|
22
|
+
"pre-commit": "lint-staged"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"lint-staged": {
|
|
26
|
+
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
|
27
|
+
"prettier --write"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"access": "public"
|
|
32
|
+
},
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@babel/cli": "^7.12.1",
|
|
36
|
+
"@babel/core": "^7.12.3",
|
|
37
|
+
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
38
|
+
"@babel/preset-env": "^7.12.1",
|
|
39
|
+
"@babel/preset-react": "^7.12.5",
|
|
40
|
+
"@chromatic-com/storybook": "^1.5.0",
|
|
41
|
+
"@emotion/react": "^11.4.1",
|
|
42
|
+
"@emotion/styled": "^11.3.0",
|
|
43
|
+
"@mui/base": "^5.0.0-alpha.82",
|
|
44
|
+
"@mui/docs": "^5.8.0",
|
|
45
|
+
"@mui/envinfo": "^2.0.6",
|
|
46
|
+
"@mui/icons-material": "^5.2.5",
|
|
47
|
+
"@mui/lab": "^5.0.0-alpha.83",
|
|
48
|
+
"@mui/material": "^5.0.1",
|
|
49
|
+
"@mui/private-theming": "^5.8.0",
|
|
50
|
+
"@mui/styled-engine": "^5.8.0",
|
|
51
|
+
"@mui/styled-engine-sc": "^5.8.0",
|
|
52
|
+
"@mui/styles": "^5.8.0",
|
|
53
|
+
"@mui/system": "^5.8.1",
|
|
54
|
+
"@mui/types": "^7.1.3",
|
|
55
|
+
"@mui/x-date-pickers": "^5.0.0-alpha.4",
|
|
56
|
+
"@rollup/plugin-babel": "^5.0.2",
|
|
57
|
+
"@rollup/plugin-commonjs": "^12.0.0",
|
|
58
|
+
"@rollup/plugin-data-uri": "^1.0.2",
|
|
59
|
+
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
60
|
+
"@rollup/plugin-url": "^8.0.1",
|
|
61
|
+
"@storybook/addon-essentials": "^8.1.6",
|
|
62
|
+
"@storybook/addon-interactions": "^8.1.6",
|
|
63
|
+
"@storybook/addon-links": "^8.1.6",
|
|
64
|
+
"@storybook/addon-onboarding": "^8.1.6",
|
|
65
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
66
|
+
"@storybook/addon-themes": "^8.1.6",
|
|
67
|
+
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
|
|
68
|
+
"@storybook/blocks": "^8.1.6",
|
|
69
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
70
|
+
"@storybook/react": "^8.1.6",
|
|
71
|
+
"@storybook/react-webpack5": "^8.1.6",
|
|
72
|
+
"@storybook/test": "^8.1.6",
|
|
73
|
+
"@svgr/rollup": "^6.5.1",
|
|
74
|
+
"ag-grid-community": "^27.0.1",
|
|
75
|
+
"ag-grid-enterprise": "^27.2.1",
|
|
76
|
+
"ag-grid-react": "^27.0.1",
|
|
77
|
+
"autoprefixer": "^9.8.0",
|
|
78
|
+
"babel-loader": "^8.1.0",
|
|
79
|
+
"babel-plugin-module-resolver": "^3.2.0",
|
|
80
|
+
"babel-preset-minify": "^0.6.0-alpha.9",
|
|
81
|
+
"css-loader": "^3.5.3",
|
|
82
|
+
"es-check": "^5.1.2",
|
|
83
|
+
"husky": "^4.3.8",
|
|
84
|
+
"lint-staged": "^13.2.2",
|
|
85
|
+
"postcss": "^8.4.21",
|
|
86
|
+
"prettier": "^2.8.3",
|
|
87
|
+
"prop-types": "^15.8.1",
|
|
88
|
+
"react": "^17.0.0",
|
|
89
|
+
"react-dom": "^17.0.0",
|
|
90
|
+
"react-scripts": "^5.0.1",
|
|
91
|
+
"react-syntax-highlighter": "^15.5.0",
|
|
92
|
+
"rollup": "^2.13.1",
|
|
93
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
94
|
+
"rollup-plugin-filesize": "^9.0.0",
|
|
95
|
+
"rollup-plugin-postcss": "^3.1.2",
|
|
96
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
97
|
+
"sass": "^1.72.0",
|
|
98
|
+
"source-map-loader": "^1.0.0",
|
|
99
|
+
"storybook": "^8.1.6"
|
|
100
|
+
},
|
|
101
|
+
"peerDependencies": {
|
|
102
|
+
"ag-grid-community": ">=27.0.1",
|
|
103
|
+
"ag-grid-enterprise": ">=27.2.1",
|
|
104
|
+
"ag-grid-react": ">=27.0.1",
|
|
105
|
+
"react": "^17.0.0",
|
|
106
|
+
"react-dom": "^17.0.0"
|
|
107
|
+
},
|
|
108
|
+
"peerDependenciesMeta": {
|
|
109
|
+
"ag-grid-community": {
|
|
110
|
+
"optional": true
|
|
111
|
+
},
|
|
112
|
+
"ag-grid-enterprise": {
|
|
113
|
+
"optional": true
|
|
114
|
+
},
|
|
115
|
+
"ag-grid-react": {
|
|
116
|
+
"optional": true
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"dependencies": {
|
|
120
|
+
"@babel/runtime": "^7.17.8",
|
|
121
|
+
"axios": "^1.3.4",
|
|
122
|
+
"moment": "^2.29.4",
|
|
123
|
+
"react-dates": "^21.8.0",
|
|
124
|
+
"react-router-dom": "^6.2.2",
|
|
125
|
+
"react-select": "^5.7.0",
|
|
126
|
+
"styled-components": "^5.3.6"
|
|
127
|
+
},
|
|
128
|
+
"browserslist": {
|
|
129
|
+
"production": [
|
|
130
|
+
">0.2%",
|
|
131
|
+
"not dead",
|
|
132
|
+
"not op_mini all"
|
|
133
|
+
],
|
|
134
|
+
"development": [
|
|
135
|
+
"last 1 chrome version",
|
|
136
|
+
"last 1 firefox version",
|
|
137
|
+
"last 1 safari version"
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10-beta",
|
|
4
4
|
"description": "Impact Analytics UI library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -92,8 +92,7 @@
|
|
|
92
92
|
"rollup": "^2.13.1",
|
|
93
93
|
"rollup-plugin-copy": "^3.4.0",
|
|
94
94
|
"rollup-plugin-filesize": "^9.0.0",
|
|
95
|
-
"rollup-plugin-postcss": "^
|
|
96
|
-
"postcss-url": "^10.1.3",
|
|
95
|
+
"rollup-plugin-postcss": "^3.1.2",
|
|
97
96
|
"rollup-plugin-terser": "^7.0.2",
|
|
98
97
|
"sass": "^1.72.0",
|
|
99
98
|
"source-map-loader": "^1.0.0",
|