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.
 
 
 

54 lines
1.6 KiB

  1. {
  2. "name": "@zhuowenli/vue-feather-icons",
  3. "version": "5.0.2",
  4. "description": "Simply beautiful open source icons as Vue functional components.",
  5. "repository": {
  6. "url": "zhuowenli/vue-feather-icons",
  7. "type": "git"
  8. },
  9. "main": "dist/vue-feather-icons.cjs.js",
  10. "cdn": "dist/vue-feather-icons.min.js",
  11. "unpkg": "dist/vue-feather-icons.min.js",
  12. "module": "dist/vue-feather-icons.es.js",
  13. "types": "types/index.d.ts",
  14. "files": [
  15. "dist",
  16. "icons",
  17. "types"
  18. ],
  19. "sideEffects": false,
  20. "scripts": {
  21. "test": "echo 'no tests!'",
  22. "prepublishOnly": "npm run build",
  23. "build": "npm run build:icons && npm run build:dist",
  24. "build:dist": "bili --format umd,es,cjs,umd-min --js buble --name vue-feather-icons",
  25. "build:icons": "node build && babel src/components -d icons",
  26. "example": "poi --serve --config example/poi.config.js",
  27. "build:example": "poi --prod --config example/poi.config.js",
  28. "prebuild:example": "npm run build:icons"
  29. },
  30. "author": "zhuowenli <zhuowenligg@gmail.com>",
  31. "license": "MIT",
  32. "devDependencies": {
  33. "@babel/cli": "^7.2.3",
  34. "@babel/core": "^7.2.2",
  35. "@hcysunyang/babel-plugin-vue-next-jsx": "^0.3.0",
  36. "bili": "^3.4.2",
  37. "eslint-config-rem": "^4.0.0",
  38. "feather-icons": "^4.28.0",
  39. "fs-extra": "^8.0.1",
  40. "lodash.kebabcase": "^4.1.1",
  41. "marked": "^0.6.0",
  42. "pascal-case": "^2.0.1",
  43. "poi": "^12.4.4",
  44. "prismjs": "^1.6.0",
  45. "typeface-nunito": "^0.0.72",
  46. "v-tippy": "^1.0.0",
  47. "vue-github-badge": "^1.0.1",
  48. "vue-template-compiler": "^2.5.22"
  49. },
  50. "dependencies": {
  51. "vue": "^3.0.0-beta.20"
  52. }
  53. }