Skip to content

Commit b2a4166

Browse files
committed
chore: 发布taro下的样式按需插件
1 parent cc5f2a4 commit b2a4166

File tree

1 file changed

+46
-42
lines changed

1 file changed

+46
-42
lines changed
Lines changed: 46 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,48 @@
11
{
2-
"name": "@nutui/inject-ui-styles",
3-
"version": "0.0.1",
4-
"description": "",
5-
"keywords": [
6-
"Taro",
7-
"Plugin"
8-
],
9-
"author": "",
10-
"homepage": "",
11-
"license": "MIT",
12-
"main": "dist/index.js",
13-
"typings": "types/index.d.ts",
14-
"files": [
15-
"dist",
16-
"index.js",
17-
"types"
18-
],
19-
"repository": {
20-
"type": "git",
21-
"url": ""
22-
},
23-
"scripts": {
24-
"build": "rollup -c",
25-
"dev": "rollup -c -w"
26-
},
27-
"bugs": {
28-
"url": ""
29-
},
30-
"dependencies": {
31-
"@tarojs/service": "^4.0.0",
32-
"lodash.kebabcase": "^4.1.1",
33-
"tslib": "^2.6.2",
34-
"webpack-chain": "^6.5.1"
35-
},
36-
"devDependencies": {
37-
"@types/lodash.kebabcase": "^4.1.9",
38-
"@types/node": "^18.13.0",
39-
"prettier": "^3.2.5",
40-
"rollup": "^2.79.0",
41-
"rollup-plugin-ts": "^3.0.2",
42-
"typescript": "^5.4.5"
43-
}
2+
"name": "@nutui/inject-ui-styles",
3+
"version": "3.0.17",
4+
"description": "",
5+
"keywords": [
6+
"Taro",
7+
"Plugin"
8+
],
9+
"author": "",
10+
"homepage": "",
11+
"license": "MIT",
12+
"main": "dist/index.js",
13+
"typings": "types/index.d.ts",
14+
"files": [
15+
"dist",
16+
"index.js",
17+
"types"
18+
],
19+
"repository": {
20+
"type": "git",
21+
"url": ""
22+
},
23+
"scripts": {
24+
"build": "rollup -c",
25+
"dev": "rollup -c -w"
26+
},
27+
"publishConfig": {
28+
"access": "public",
29+
"registry": "https://registry.npmjs.org/"
30+
},
31+
"bugs": {
32+
"url": ""
33+
},
34+
"dependencies": {
35+
"@tarojs/service": "^4.0.0",
36+
"lodash.kebabcase": "^4.1.1",
37+
"tslib": "^2.6.2",
38+
"webpack-chain": "^6.5.1"
39+
},
40+
"devDependencies": {
41+
"@types/lodash.kebabcase": "^4.1.9",
42+
"@types/node": "^18.13.0",
43+
"prettier": "^3.2.5",
44+
"rollup": "^2.79.0",
45+
"rollup-plugin-ts": "^3.0.2",
46+
"typescript": "^5.4.5"
47+
}
4448
}

0 commit comments

Comments
 (0)