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