UNPKG

vue-ios-select

Version:

typescript+vue开发的日期滚轮组件,基于iosselect库进行封装,简单易用

68 lines (67 loc) 1.93 kB
{ "name": "vue-ios-select", "version": "0.0.3", "description": "typescript+vue开发的日期滚轮组件,基于iosselect库进行封装,简单易用", "main": "./dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "remove": "rm -rf dist/", "complied": "tsc", "webpack": "webpack --profile --color", "build": "npm run remove && npm run webpack" }, "keywords": [ "vue", "javascript", "typescript", "component", "calender", "date", "iosselect" ], "author": "liangjiecan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ljcheibao/vue-component-dateselect.git" }, "devDependencies": { "@types/node": "^10.5.1", "@types/vue": "^2.0.0", "autoprefixer": "^8.4.1", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-remove-strict-mode": "^0.0.2", "babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-typecheck": "^3.9.0", "babel-preset-env": "^1.6.1", "babel-runtime": "^6.26.0", "css-loader": "^0.28.11", "cssnano": "^3.10.0", "heibao-utils": "^0.0.8", "html-loader": "^0.5.1", "iosselect": "^1.1.5", "less": "^2.7.3", "less-loader": "^4.0.5", "postcss-loader": "^2.0.9", "rimraf": "^2.6.2", "style-loader": "^0.19.0", "ts-loader": "^3.1.1", "typescript": "^2.6.1", "vue": "^2.5.16", "vue-loader": "^13.5.0", "vue-property-decorator": "^7.0.0", "vue-template-compiler": "^2.5.11", "webpack": "^2.7.0" }, "bugs": { "url": "https://github.com/ljcheibao/vue-component-dateselect/issues" }, "homepage": "https://github.com/ljcheibao/vue-component-dateselect#readme", "directories": { "test": "test" }, "dependencies": {} }