You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
591 B
24 lines
591 B
{ |
|
"name": "@dcloudio/uni-nvue-styler", |
|
"version": "3.0.0-3081220230817001", |
|
"description": "uni-nvue-styler", |
|
"main": "./dist/uni-nvue-styler.cjs.js", |
|
"types": "./dist/uni-nvue-styler.d.ts", |
|
"files": [ |
|
"dist" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/dcloudio/uni-app.git", |
|
"directory": "packages/uni-nvue-styler" |
|
}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@vue/shared": "3.2.47", |
|
"parse-css-font": "^4.0.0", |
|
"postcss": "^8.4.23" |
|
} |
|
}
|
|
|