@steroidsjs/core 3.0.0-beta.114 → 3.0.0-beta.115
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 +94 -94
package/package.json
CHANGED
|
@@ -1,96 +1,96 @@
|
|
|
1
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
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
2
|
+
"name": "@steroidsjs/core",
|
|
3
|
+
"version": "3.0.0-beta.115",
|
|
4
|
+
"description": "",
|
|
5
|
+
"author": "Vladimir Kozhin <hello@kozhindev.com>",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/steroids/react"
|
|
9
|
+
},
|
|
10
|
+
"main": "dist/index.ts",
|
|
11
|
+
"types": "dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
"./": "./dist"
|
|
14
|
+
},
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"homepage": "https://github.com/steroids/react",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/steroids/react/issues"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"docs": "node docs/docs-autogen.js",
|
|
22
|
+
"test": "jest",
|
|
23
|
+
"lint": "eslint -c ./.eslintrc --ext .js,.jsx,.ts,.tsx ./src ./tests --quiet",
|
|
24
|
+
"build": "tsc && cp ./{package.json,LICENSE,README.md} dist/ && cp src/index.d.ts dist/ && cp docs/docs-autogen-result.json dist/ && cp docs/locales/en.json dist/",
|
|
25
|
+
"watch": "tsc -p tsconfig-debug.json"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@maskito/core": "1.7.0",
|
|
29
|
+
"@maskito/kit": "1.7.0",
|
|
30
|
+
"@maskito/react": "^0.12.1",
|
|
31
|
+
"@splidejs/react-splide": "^0.7.12",
|
|
32
|
+
"axios": "^0.21.1",
|
|
33
|
+
"connected-react-router": "^6.9.3",
|
|
34
|
+
"dayjs": "^1.11.9",
|
|
35
|
+
"domready": "^1.0.8",
|
|
36
|
+
"dot-prop-immutable": "^2.1.0",
|
|
37
|
+
"fileup-core": "^1.2.7",
|
|
38
|
+
"history": "^4.10.1",
|
|
39
|
+
"intl-messageformat": "^10.1.4",
|
|
40
|
+
"js-cookie": "^2.2.1",
|
|
41
|
+
"load-js": "^3.0.3",
|
|
42
|
+
"lodash": "^4.17.21",
|
|
43
|
+
"lodash-es": "^4.17.21",
|
|
44
|
+
"path-to-regexp": "^1.7.0",
|
|
45
|
+
"qs": "^6.9.4",
|
|
46
|
+
"query-string": "^6.14.0",
|
|
47
|
+
"react": "^18.2.0",
|
|
48
|
+
"react-click-outside": "^3.0.1",
|
|
49
|
+
"react-day-picker": "^8.7.1",
|
|
50
|
+
"react-dom": "^18.2.0",
|
|
51
|
+
"react-grid-gallery": "^0.4.8",
|
|
52
|
+
"react-helmet": "^6.1.0",
|
|
53
|
+
"react-image-crop": "^9.0.2",
|
|
54
|
+
"react-redux": "^8.0.5",
|
|
55
|
+
"react-router": "^5.2.0",
|
|
56
|
+
"react-router-dom": "^5.2.0",
|
|
57
|
+
"react-use": "^17.4.0",
|
|
58
|
+
"redux": "^4.0.4",
|
|
59
|
+
"redux-mock-store": "^1.5.4",
|
|
60
|
+
"set-cookie-parser": "^2.4.8"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@babel/cli": "^7.13.14",
|
|
64
|
+
"@babel/core": "^7.13.15",
|
|
65
|
+
"@babel/preset-env": "^7.13.15",
|
|
66
|
+
"@babel/preset-react": "^7.13.13",
|
|
67
|
+
"@babel/preset-typescript": "^7.13.0",
|
|
68
|
+
"@steroidsjs/eslint-config": "^2.1.4",
|
|
69
|
+
"@testing-library/dom": "^8.20.0",
|
|
70
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
71
|
+
"@testing-library/react": "^13.4.0",
|
|
72
|
+
"@testing-library/user-event": "^14.4.3",
|
|
73
|
+
"@types/enzyme": "^3.10.8",
|
|
74
|
+
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
75
|
+
"@types/jest": "^26.0.22",
|
|
76
|
+
"@types/markdown-to-jsx": "^7.0.1",
|
|
77
|
+
"@types/reach__router": "^1.3.7",
|
|
78
|
+
"@types/react": "^18.0.20",
|
|
79
|
+
"@types/react-color": "^3.0.4",
|
|
80
|
+
"@types/react-dom": "^18.0.6",
|
|
81
|
+
"@types/react-syntax-highlighter": "^13.5.0",
|
|
82
|
+
"@types/webpack-env": "^1.16.0",
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
84
|
+
"@typescript-eslint/parser": "^4.15.0",
|
|
85
|
+
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
|
|
86
|
+
"enzyme": "^3.11.0",
|
|
87
|
+
"eslint": "^8.34.0",
|
|
88
|
+
"jest": "^26.6.3",
|
|
89
|
+
"jest-environment-jsdom-fifteen": "^1.0.2",
|
|
90
|
+
"jest-enzyme": "^7.1.2",
|
|
91
|
+
"rc-slider": "9.7.4",
|
|
92
|
+
"ts-jest": "^26.5.1",
|
|
93
|
+
"typedoc": "^0.21.0",
|
|
94
|
+
"typescript": "^4.9.5"
|
|
95
|
+
}
|
|
96
96
|
}
|