123456789101112131415161718192021222324 |
- {
- "name": "@dcloudio/uni-nvue-styler",
- "version": "3.0.0-4020920240930001",
- "description": "uni-nvue-styler",
- "main": "./dist/uni-nvue-styler.cjs.js",
- "types": "./dist/uni-nvue-styler.d.ts",
- "files": [
- "dist",
- "lib"
- ],
- "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": {
- "parse-css-font": "^4.0.0",
- "postcss": "^8.4.35"
- }
- }
|