@trionesdev/antd-mobile-icons-react 0.0.2-beta.20 → 0.0.2-beta.22
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 +39 -39
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@trionesdev/antd-mobile-icons-react",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
4
|
-
"description": "AntdMobileIconReact",
|
|
5
|
-
"module": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev": "father dev",
|
|
9
|
-
"build": "father build",
|
|
10
|
-
"build:deps": "father prebundle",
|
|
11
|
-
"prepublishOnly": "father doctor && npm run build",
|
|
12
|
-
"publish": "npm publish --tag latest --registry=https://registry.npmjs.org/",
|
|
13
|
-
"publishOnly": "npm publish --ignore-scripts --registry=https://registry.npmjs.org/"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [],
|
|
16
|
-
"authors": [
|
|
17
|
-
"fengxiaotx@163.com"
|
|
18
|
-
],
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"files": [
|
|
21
|
-
"dist",
|
|
22
|
-
"compiled"
|
|
23
|
-
],
|
|
24
|
-
"publishConfig": {
|
|
25
|
-
"access": "public"
|
|
26
|
-
},
|
|
27
|
-
"peerDependencies": {
|
|
28
|
-
"classnames": "^2.5.1",
|
|
29
|
-
"lodash-es": "^4.17.21",
|
|
30
|
-
"react": ">=16.9.0"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@types/node": "^18.19.123",
|
|
34
|
-
"@types/react": "^18.0.0",
|
|
35
|
-
"father": "^4.6.19",
|
|
36
|
-
"react": "^18.0.0"
|
|
37
|
-
},
|
|
38
|
-
"gitHead": "5d0231fd6b537b8b56c875659e0aac023b5ee3d3"
|
|
39
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@trionesdev/antd-mobile-icons-react",
|
|
3
|
+
"version": "0.0.2-beta.22",
|
|
4
|
+
"description": "AntdMobileIconReact",
|
|
5
|
+
"module": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"dev": "father dev",
|
|
9
|
+
"build": "father build",
|
|
10
|
+
"build:deps": "father prebundle",
|
|
11
|
+
"prepublishOnly": "father doctor && npm run build",
|
|
12
|
+
"publish": "npm publish --tag latest --registry=https://registry.npmjs.org/",
|
|
13
|
+
"publishOnly": "npm publish --ignore-scripts --registry=https://registry.npmjs.org/"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [],
|
|
16
|
+
"authors": [
|
|
17
|
+
"fengxiaotx@163.com"
|
|
18
|
+
],
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"compiled"
|
|
23
|
+
],
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public"
|
|
26
|
+
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"classnames": "^2.5.1",
|
|
29
|
+
"lodash-es": "^4.17.21",
|
|
30
|
+
"react": ">=16.9.0"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@types/node": "^18.19.123",
|
|
34
|
+
"@types/react": "^18.0.0",
|
|
35
|
+
"father": "^4.6.19",
|
|
36
|
+
"react": "^18.0.0"
|
|
37
|
+
},
|
|
38
|
+
"gitHead": "5d0231fd6b537b8b56c875659e0aac023b5ee3d3"
|
|
39
|
+
}
|