File tree Expand file tree Collapse file tree 1 file changed +46
-42
lines changed
packages/nutui-inject-ui-styles Expand file tree Collapse file tree 1 file changed +46
-42
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
44
48
}
You can’t perform that action at this time.
0 commit comments