UNPKG

cxl-svg-icon

Version:

This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

72 lines (71 loc) 1.83 kB
{ "name": "cxl-svg-icon", "private": false, "license": "ISC", "version": "0.2.3", "description": "", "main": "./dist/cxl-svg-icon.umd.js", "module": "./dist/cxl-svg-icon.es.js", "files": [ "dist" ], "exports": { ".": { "import": "./dist/cxl-svg-icon.es.ts", "require": "./dist/cxl-svg-icon.umd.ts" } }, "keywords": [ "测试" ], "author": "cxl", "scripts": { "dev": "vite --open", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview --open", "lib": "gulp && vue-tsc --noEmit && vite build" }, "dependencies": { "ant-design-vue": "^3.2.2", "remove": "^0.1.5", "vite-plugin-svg-icons": "1.0.5", "vue": "^3.2.25", "vue-clipboard3": "^2.0.0" }, "devDependencies": { "@ant-design/icons-vue": "^6.1.0", "@types/gulp": "^4.0.9", "@types/gulp-concat": "^0.0.33", "@types/gulp-header": "^2.0.1", "@types/gulp-rename": "^2.0.1", "@types/lodash.camelcase": "^4.3.6", "@types/lodash.template": "^4.5.0", "@types/lodash.tolower": "^4.1.7", "@types/lodash.upperfirst": "^4.3.6", "@types/lodash.words": "^4.2.7", "@types/node": "^17.0.27", "@types/ramda": "^0.28.11", "@types/through2": "^2.0.36", "@vitejs/plugin-vue": "^2.3.0", "babel": "^6.23.0", "chalk": "^5.0.1", "gulp": "^4.0.2", "gulp-concat": "^2.6.1", "gulp-header": "^2.0.9", "gulp-rename": "^2.0.0", "lodash.camelcase": "^4.3.0", "lodash.template": "^4.5.0", "lodash.tolower": "^4.1.2", "lodash.upperfirst": "^4.3.1", "lodash.words": "^4.2.0", "ramda": "^0.28.0", "svgo": "^2.8.0", "through2": "^4.0.2", "ts-node": "^10.7.0", "tslib": "^2.4.0", "typescript": "^4.5.4", "vinyl": "^2.2.1", "vite": "^2.9.0", "vue-tsc": "^0.29.8" } }