package.json 573 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@dcloudio/uni-nvue-styler",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "uni-nvue-styler",
  5. "main": "./dist/uni-nvue-styler.cjs.js",
  6. "types": "./dist/uni-nvue-styler.d.ts",
  7. "files": [
  8. "dist",
  9. "lib"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/dcloudio/uni-app.git",
  14. "directory": "packages/uni-nvue-styler"
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "license": "Apache-2.0",
  20. "dependencies": {
  21. "parse-css-font": "^4.0.0",
  22. "postcss": "^8.4.35"
  23. }
  24. }