vue-next-select
Version:
The complete selecting solution for Vue.js 3.x
84 lines (83 loc) • 2.37 kB
JSON
{
"name": "vue-next-select",
"version": "2.10.4",
"description": "The complete selecting solution for Vue.js 3.x",
"keywords": [
"select",
"multipleselect",
"async",
"dropdown",
"vue",
"vue3",
"vue-next"
],
"homepage": "https://github.com/iendeavor/vue-next-select#readme",
"bugs": {
"url": "https://github.com/iendeavor/vue-next-select/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iendeavor/vue-next-select.git"
},
"license": "MIT",
"author": "Ernest <iattempt.net@gmail.com>",
"main": "dist/vue-next-select.cjs.prod.js",
"umd:main": "dist/vue-next-select.iife.prod.js",
"unpkg": "dist/vue-next-select.iife.prod.js",
"module": "dist/vue-next-select.es.prod.js",
"types": "dist/src/index.vue.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup --config",
"dev": "rollup --config --watch --environment DEVELOPMENT",
"test": "yarn test:jest && yarn test:cypress",
"test:cypress": "yarn cypress run",
"test:jest": "jest --clearCache && jest test/**/*",
"release": "standard-version",
"lint": "prettier --check *",
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"devDependencies": {
"@babel/core": "^7.13.13",
"@babel/preset-env": "^7.13.12",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@types/jest": "^26",
"@vue/compiler-sfc": "^3.2.0",
"@vue/test-utils": "^2.0.0-rc",
"babel-jest": "^26",
"csso": "^4.0.3",
"cypress": "^6.0.0",
"cypress-plugin-tab": "^1.0.5",
"husky": "5",
"jest": "^26",
"pinst": "^2.1.4",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.7.6",
"rollup-plugin-copy-watch": "^0.0.1",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "^6.0.0-beta.9",
"standard-version": "^9.1.0",
"ts-jest": "^26",
"tslib": "^2.0.0",
"typescript": "^4",
"vue": "^3.2.0"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"engines": {
"node": ">=10"
}
}