UNPKG

v-vectors

Version:
91 lines (90 loc) 3.41 kB
{ "name": "v-vectors", "version": "1.1.0", "description": "Scalable Vector Graphics 🤝 Vue 3", "files": [ "dist", "types" ], "private": false, "main": "dist/v-vectors.cjs.js", "module": "dist/v-vectors.esm.js", "unpkg": "dist/v-vectors.min.js", "jsdelivr": "dist/v-vectors.min.js", "cdn": "dist/v-vectors.js", "types": "types/index.d.ts", "sideEffects": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "scripts": { "build": "rimraf dist && npm run bundle && npm run bundle:min", "bundle": "rollup -c build/rollup.config.ts", "bundle:min": "rollup -c build/rollup.config.min.ts", "test": "echo 'test!'", "lint": "npm run lint:prettier && npm run lint:eslint && npm run lint:css", "lintfix": "npm run lint:prettier:fix && npm run lint:eslint:fix && npm run lint:css:fix", "lint:js": "npm run lint:eslint && npm run lint:prettier", "lint:eslint": "eslint \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", "lint:eslint:fix": "eslint --fix \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", "lint:prettier": "prettier --check \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", "lint:prettier:fix": "prettier --write \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", "lint:css": "stylelint \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\" --ignore-path .gitignore", "lint:css:fix": "stylelint --fix \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\" --ignore-path .gitignore", "lint-staged": "lint-staged", "release": "shipjs prepare", "release:auto": "shipjs prepare --yes", "release:dry": "shipjs prepare --dry-run" }, "devDependencies": { "@babel/preset-env": "^7.15.0", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@rollup/plugin-alias": "^3.1.5", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-beep": "^0.2.0", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-sucrase": "^4.0.0", "@types/node": "^16.6.2", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "@vinayakkulkarni/prettier-config-vue": "^1.0.0", "@vue/compiler-sfc": "^3.2.4", "@vue/runtime-dom": "^3.2.4", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jsdoc": "^36.0.7", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-vue": "^7.16.0", "husky": "^7.0.1", "lint-staged": "^11.1.2", "prettier": "^2.3.2", "rollup": "^2.56.2", "rollup-plugin-scss": "^3.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "^6.0.0", "sass": "^1.38.0", "shipjs": "^0.23.3", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^22.0.0", "typescript": "^4.3.5", "vue": "^3.2.4" }, "author": { "name": "Vinayak Kulkarni", "email": "inbox.vinayak@gmail.com", "url": "https://vinayakkulkarni.dev" }, "license": "MIT", "repository": { "url": "git+https://github.com/vinayakkulkarni/v-vectors", "type": "git" }, "bugs": { "url": "https://github.com/vinayakkulkarni/v-vectors/issues" }, "homepage": "https://github.com/vinayakkulkarni/v-vectors#readme" }