iguazio.dashboard-react-controls 2.2.2-1.7.x → 2.2.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 +108 -108
package/package.json
CHANGED
|
@@ -1,111 +1,111 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
],
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "git@github.com:iguazio/dashboard-react-controls.git"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"Iguazio",
|
|
17
|
-
"iguazio",
|
|
18
|
-
"MLRun",
|
|
19
|
-
"mlrun"
|
|
20
|
-
],
|
|
21
|
-
"peerDependencies": {
|
|
22
|
-
"classnames": "*",
|
|
23
|
-
"final-form": "*",
|
|
24
|
-
"final-form-arrays": "*",
|
|
25
|
-
"lodash": "*",
|
|
26
|
-
"prop-types": "*",
|
|
27
|
-
"react": "*",
|
|
28
|
-
"react-dom": "*",
|
|
29
|
-
"react-final-form": "*",
|
|
30
|
-
"react-final-form-arrays": "*",
|
|
31
|
-
"react-modal-promise": "*",
|
|
32
|
-
"react-transition-group": "*"
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@babel/cli": "^7.17.6",
|
|
36
|
-
"@babel/core": "^7.17.9",
|
|
37
|
-
"@babel/eslint-parser": "^7.17.0",
|
|
38
|
-
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
|
39
|
-
"@babel/preset-env": "^7.16.11",
|
|
40
|
-
"@babel/preset-react": "^7.23.3",
|
|
41
|
-
"@storybook/addon-actions": "^8.0.0",
|
|
42
|
-
"@storybook/addon-essentials": "^8.0.0",
|
|
43
|
-
"@storybook/addon-interactions": "^8.0.0",
|
|
44
|
-
"@storybook/addon-links": "^8.0.0",
|
|
45
|
-
"@storybook/builder-webpack5": "^8.0.0",
|
|
46
|
-
"@storybook/manager-webpack5": "^6.5.16",
|
|
47
|
-
"@storybook/preset-create-react-app": "^8.0.0",
|
|
48
|
-
"@storybook/react": "^8.0.0",
|
|
49
|
-
"@storybook/testing-library": "0.2.2",
|
|
50
|
-
"@testing-library/jest-dom": "^6.4.2",
|
|
51
|
-
"@testing-library/react": "^14.2.1",
|
|
52
|
-
"@testing-library/user-event": "^14.5.2",
|
|
53
|
-
"babel-loader": "^8.2.4",
|
|
54
|
-
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
55
|
-
"classnames": "^2.3.1",
|
|
56
|
-
"cross-env": "^7.0.3",
|
|
57
|
-
"eslint": "^8.57.0",
|
|
58
|
-
"eslint-config-prettier": "^9.1.0",
|
|
59
|
-
"eslint-config-react-app": "^7.0.1",
|
|
60
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
61
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
62
|
-
"eslint-webpack-plugin": "^4.0.1",
|
|
63
|
-
"final-form": "^4.20.10",
|
|
64
|
-
"final-form-arrays": "^3.1.0",
|
|
65
|
-
"lodash": "^4.17.21",
|
|
66
|
-
"node": "21.6.2",
|
|
67
|
-
"prettier": "3.2.5",
|
|
68
|
-
"prop-types": "^15.8.1",
|
|
69
|
-
"react": "^18.2.0",
|
|
70
|
-
"react-dom": "^18.2.0",
|
|
71
|
-
"react-final-form": "^6.5.9",
|
|
72
|
-
"react-final-form-arrays": "^3.1.4",
|
|
73
|
-
"react-modal-promise": "^1.0.2",
|
|
74
|
-
"react-scripts": "5.0.1",
|
|
75
|
-
"react-transition-group": "^4.4.5",
|
|
76
|
-
"sass": "^1.50.0",
|
|
77
|
-
"web-vitals": "^2.1.4",
|
|
78
|
-
"webpack": "^5.72.0"
|
|
79
|
-
},
|
|
80
|
-
"scripts": {
|
|
81
|
-
"start": "react-scripts start",
|
|
82
|
-
"build": "react-scripts build",
|
|
83
|
-
"lint": "eslint 'src/**/*.{js,jsx}' --quiet",
|
|
84
|
-
"lint:fix": "eslint 'src/**/*.{js,jsx}' --fix",
|
|
85
|
-
"prettier": "prettier --check 'src/**/*.{js,jsx,scss}'",
|
|
86
|
-
"prettier:fix": "prettier --write 'src/**/*.{js,jsx,scss}'",
|
|
87
|
-
"test": "react-scripts test",
|
|
88
|
-
"eject": "react-scripts eject",
|
|
89
|
-
"build-storybook": "build-storybook",
|
|
90
|
-
"storybook": "start-storybook -p 6006",
|
|
91
|
-
"compile": "rm -rf dist/* && babel src/lib --out-dir dist --copy-files --no-copy-ignored --ignore src/**/*.stories.js"
|
|
92
|
-
},
|
|
93
|
-
"eslintConfig": {
|
|
94
|
-
"extends": [
|
|
95
|
-
"react-app",
|
|
96
|
-
"react-app/jest"
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
|
-
"browserslist": {
|
|
100
|
-
"production": [
|
|
101
|
-
">0.2%",
|
|
102
|
-
"not dead",
|
|
103
|
-
"not op_mini all"
|
|
2
|
+
"name": "iguazio.dashboard-react-controls",
|
|
3
|
+
"version": "2.2.2",
|
|
4
|
+
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"README.md"
|
|
104
10
|
],
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git@github.com:iguazio/dashboard-react-controls.git"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"Iguazio",
|
|
17
|
+
"iguazio",
|
|
18
|
+
"MLRun",
|
|
19
|
+
"mlrun"
|
|
20
|
+
],
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"classnames": "*",
|
|
23
|
+
"final-form": "*",
|
|
24
|
+
"final-form-arrays": "*",
|
|
25
|
+
"lodash": "*",
|
|
26
|
+
"prop-types": "*",
|
|
27
|
+
"react": "*",
|
|
28
|
+
"react-dom": "*",
|
|
29
|
+
"react-final-form": "*",
|
|
30
|
+
"react-final-form-arrays": "*",
|
|
31
|
+
"react-modal-promise": "*",
|
|
32
|
+
"react-transition-group": "*"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@babel/cli": "^7.17.6",
|
|
36
|
+
"@babel/core": "^7.17.9",
|
|
37
|
+
"@babel/eslint-parser": "^7.17.0",
|
|
38
|
+
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
|
39
|
+
"@babel/preset-env": "^7.16.11",
|
|
40
|
+
"@babel/preset-react": "^7.23.3",
|
|
41
|
+
"@storybook/addon-actions": "^8.0.0",
|
|
42
|
+
"@storybook/addon-essentials": "^8.0.0",
|
|
43
|
+
"@storybook/addon-interactions": "^8.0.0",
|
|
44
|
+
"@storybook/addon-links": "^8.0.0",
|
|
45
|
+
"@storybook/builder-webpack5": "^8.0.0",
|
|
46
|
+
"@storybook/manager-webpack5": "^6.5.16",
|
|
47
|
+
"@storybook/preset-create-react-app": "^8.0.0",
|
|
48
|
+
"@storybook/react": "^8.0.0",
|
|
49
|
+
"@storybook/testing-library": "0.2.2",
|
|
50
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
51
|
+
"@testing-library/react": "^14.2.1",
|
|
52
|
+
"@testing-library/user-event": "^14.5.2",
|
|
53
|
+
"babel-loader": "^8.2.4",
|
|
54
|
+
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
55
|
+
"classnames": "^2.3.1",
|
|
56
|
+
"cross-env": "^7.0.3",
|
|
57
|
+
"eslint": "^8.57.0",
|
|
58
|
+
"eslint-config-prettier": "^9.1.0",
|
|
59
|
+
"eslint-config-react-app": "^7.0.1",
|
|
60
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
61
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
62
|
+
"eslint-webpack-plugin": "^4.0.1",
|
|
63
|
+
"final-form": "^4.20.10",
|
|
64
|
+
"final-form-arrays": "^3.1.0",
|
|
65
|
+
"lodash": "^4.17.21",
|
|
66
|
+
"node": "21.6.2",
|
|
67
|
+
"prettier": "3.2.5",
|
|
68
|
+
"prop-types": "^15.8.1",
|
|
69
|
+
"react": "^18.2.0",
|
|
70
|
+
"react-dom": "^18.2.0",
|
|
71
|
+
"react-final-form": "^6.5.9",
|
|
72
|
+
"react-final-form-arrays": "^3.1.4",
|
|
73
|
+
"react-modal-promise": "^1.0.2",
|
|
74
|
+
"react-scripts": "5.0.1",
|
|
75
|
+
"react-transition-group": "^4.4.5",
|
|
76
|
+
"sass": "^1.50.0",
|
|
77
|
+
"web-vitals": "^2.1.4",
|
|
78
|
+
"webpack": "^5.72.0"
|
|
79
|
+
},
|
|
80
|
+
"scripts": {
|
|
81
|
+
"start": "react-scripts start",
|
|
82
|
+
"build": "react-scripts build",
|
|
83
|
+
"lint": "eslint 'src/**/*.{js,jsx}' --quiet",
|
|
84
|
+
"lint:fix": "eslint 'src/**/*.{js,jsx}' --fix",
|
|
85
|
+
"prettier": "prettier --check 'src/**/*.{js,jsx,scss}'",
|
|
86
|
+
"prettier:fix": "prettier --write 'src/**/*.{js,jsx,scss}'",
|
|
87
|
+
"test": "react-scripts test",
|
|
88
|
+
"eject": "react-scripts eject",
|
|
89
|
+
"build-storybook": "build-storybook",
|
|
90
|
+
"storybook": "start-storybook -p 6006",
|
|
91
|
+
"compile": "rm -rf dist/* && babel src/lib --out-dir dist --copy-files --no-copy-ignored --ignore src/**/*.stories.js"
|
|
92
|
+
},
|
|
93
|
+
"eslintConfig": {
|
|
94
|
+
"extends": [
|
|
95
|
+
"react-app",
|
|
96
|
+
"react-app/jest"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"browserslist": {
|
|
100
|
+
"production": [
|
|
101
|
+
">0.2%",
|
|
102
|
+
"not dead",
|
|
103
|
+
"not op_mini all"
|
|
104
|
+
],
|
|
105
|
+
"development": [
|
|
106
|
+
"last 1 chrome version",
|
|
107
|
+
"last 1 firefox version",
|
|
108
|
+
"last 1 safari version"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
111
|
}
|