package.json 566 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "name": "@dcloudio/uni-nvue-styler",
  "version": "3.0.0-alpha-3030820220114003",
  "description": "uni-nvue-styler",
  "main": "dist/index.js",
  "types": "dist/index.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": {
fxy060608's avatar
fxy060608 已提交
20 21 22
    "parse-css-font": "^4.0.0"
  },
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
23 24 25
    "postcss": "^8.4.5"
  }
}