wini-web-components 1.3.2 → 1.4.0
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/component/card/card.d.ts +13 -0
- package/dist/component/card/card.js +33 -0
- package/dist/component/select1/select1.js +9 -7
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/package.json +78 -78
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "wini-web-components",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"main": "dist/index.js",
|
|
5
|
-
"types": "dist/index.d.ts",
|
|
6
|
-
"dependencies": {
|
|
7
|
-
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
8
|
-
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
9
|
-
"date-fns": "^3.6.0",
|
|
10
|
-
"react": "^18.0.0",
|
|
11
|
-
"react-awesome-slider": "^4.1.0",
|
|
12
|
-
"react-dom": "^18.0.0",
|
|
13
|
-
"react-hook-form": "^7.52.0",
|
|
14
|
-
"react-paginate": "^8.2.0",
|
|
15
|
-
"react-scripts": "5.0.1",
|
|
16
|
-
"react-toastify": "^10.0.5",
|
|
17
|
-
"web-vitals": "^2.1.4"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "webpack --mode development",
|
|
21
|
-
"build:prod": "webpack --mode production",
|
|
22
|
-
"build:types": "tsc"
|
|
23
|
-
},
|
|
24
|
-
"eslintConfig": {
|
|
25
|
-
"extends": [
|
|
26
|
-
"react-app",
|
|
27
|
-
"react-app/jest"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
"browserslist": {
|
|
31
|
-
"production": [
|
|
32
|
-
">0.2%",
|
|
33
|
-
"not dead",
|
|
34
|
-
"not op_mini all"
|
|
35
|
-
],
|
|
36
|
-
"development": [
|
|
37
|
-
"last 1 chrome version",
|
|
38
|
-
"last 1 firefox version",
|
|
39
|
-
"last 1 safari version"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
"peerDependencies": {
|
|
43
|
-
"react": "^18.0.0",
|
|
44
|
-
"react-dom": "^18.0.0"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@babel/core": "^7.0.0",
|
|
48
|
-
"@babel/preset-env": "^7.0.0",
|
|
49
|
-
"@babel/preset-react": "^7.0.0",
|
|
50
|
-
"@babel/preset-typescript": "^7.0.0",
|
|
51
|
-
"@types/css-modules": "^1.0.5",
|
|
52
|
-
"@types/react": "^18.0.0",
|
|
53
|
-
"@types/react-dom": "^18.0.0",
|
|
54
|
-
"babel-loader": "^8.0.0",
|
|
55
|
-
"css-loader": "^5.2.7",
|
|
56
|
-
"style-loader": "^2.0.0",
|
|
57
|
-
"ts-loader": "^9.5.1",
|
|
58
|
-
"typescript": "^4.9.5",
|
|
59
|
-
"webpack": "^5.0.0",
|
|
60
|
-
"webpack-cli": "^4.0.0"
|
|
61
|
-
},
|
|
62
|
-
"publishConfig": {
|
|
63
|
-
"registry": "https://registry.npmjs.org/"
|
|
64
|
-
},
|
|
65
|
-
"repository": {
|
|
66
|
-
"type": "git",
|
|
67
|
-
"url": "git+https://github.com/WiniGit/web-component.git"
|
|
68
|
-
},
|
|
69
|
-
"keywords": [
|
|
70
|
-
"wini"
|
|
71
|
-
],
|
|
72
|
-
"author": "thunt",
|
|
73
|
-
"license": "ISC",
|
|
74
|
-
"bugs": {
|
|
75
|
-
"url": "https://github.com/WiniGit/web-component/issues"
|
|
76
|
-
},
|
|
77
|
-
"homepage": "https://github.com/WiniGit/web-component#readme"
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "wini-web-components",
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
8
|
+
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
9
|
+
"date-fns": "^3.6.0",
|
|
10
|
+
"react": "^18.0.0",
|
|
11
|
+
"react-awesome-slider": "^4.1.0",
|
|
12
|
+
"react-dom": "^18.0.0",
|
|
13
|
+
"react-hook-form": "^7.52.0",
|
|
14
|
+
"react-paginate": "^8.2.0",
|
|
15
|
+
"react-scripts": "5.0.1",
|
|
16
|
+
"react-toastify": "^10.0.5",
|
|
17
|
+
"web-vitals": "^2.1.4"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "webpack --mode development",
|
|
21
|
+
"build:prod": "webpack --mode production",
|
|
22
|
+
"build:types": "tsc"
|
|
23
|
+
},
|
|
24
|
+
"eslintConfig": {
|
|
25
|
+
"extends": [
|
|
26
|
+
"react-app",
|
|
27
|
+
"react-app/jest"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"browserslist": {
|
|
31
|
+
"production": [
|
|
32
|
+
">0.2%",
|
|
33
|
+
"not dead",
|
|
34
|
+
"not op_mini all"
|
|
35
|
+
],
|
|
36
|
+
"development": [
|
|
37
|
+
"last 1 chrome version",
|
|
38
|
+
"last 1 firefox version",
|
|
39
|
+
"last 1 safari version"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"react": "^18.0.0",
|
|
44
|
+
"react-dom": "^18.0.0"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@babel/core": "^7.0.0",
|
|
48
|
+
"@babel/preset-env": "^7.0.0",
|
|
49
|
+
"@babel/preset-react": "^7.0.0",
|
|
50
|
+
"@babel/preset-typescript": "^7.0.0",
|
|
51
|
+
"@types/css-modules": "^1.0.5",
|
|
52
|
+
"@types/react": "^18.0.0",
|
|
53
|
+
"@types/react-dom": "^18.0.0",
|
|
54
|
+
"babel-loader": "^8.0.0",
|
|
55
|
+
"css-loader": "^5.2.7",
|
|
56
|
+
"style-loader": "^2.0.0",
|
|
57
|
+
"ts-loader": "^9.5.1",
|
|
58
|
+
"typescript": "^4.9.5",
|
|
59
|
+
"webpack": "^5.0.0",
|
|
60
|
+
"webpack-cli": "^4.0.0"
|
|
61
|
+
},
|
|
62
|
+
"publishConfig": {
|
|
63
|
+
"registry": "https://registry.npmjs.org/"
|
|
64
|
+
},
|
|
65
|
+
"repository": {
|
|
66
|
+
"type": "git",
|
|
67
|
+
"url": "git+https://github.com/WiniGit/web-component.git"
|
|
68
|
+
},
|
|
69
|
+
"keywords": [
|
|
70
|
+
"wini"
|
|
71
|
+
],
|
|
72
|
+
"author": "thunt",
|
|
73
|
+
"license": "ISC",
|
|
74
|
+
"bugs": {
|
|
75
|
+
"url": "https://github.com/WiniGit/web-component/issues"
|
|
76
|
+
},
|
|
77
|
+
"homepage": "https://github.com/WiniGit/web-component#readme"
|
|
78
|
+
}
|