ivue-material
Version:
A high quality UI components Library with Vue.js
119 lines (118 loc) • 3.8 kB
JSON
{
"name": "ivue-material",
"version": "0.8.5",
"description": "A high quality UI components Library with Vue.js",
"main": "dist/ivue.js",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 3003 --config build/webpack.dev.config.js",
"dist:style": "gulp --gulpfile build/build-style.js",
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod",
"unit": "cross-env BABEL_ENV=test karma start test/karma.conf.js",
"test": "npm run unit"
},
"repository": {
"type": "git",
"url": "https://github.com/qq282126990/ivue-ui"
},
"author": "qq282126990",
"dependencies": {
"core-js": "^3.2.1",
"lodash.debounce": "^4.0.8",
"popper.js": "^1.14.6",
"raf": "^3.4.0",
"v-click-outside-x": "^3.2.2"
},
"peerDependencies": {
"vue": "^2.6.9"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.5.5",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-property-mutators": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@vue/test-utils": "^1.0.0-beta.13",
"autoprefixer-loader": "^3.2.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-import": "^1.8.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"chai": "^4.1.2",
"compression-webpack-plugin": "^1.1.10",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"deepmerge": "^2.0.1",
"eslint": "^3.19.0",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"ivue-material": "^0.5.4",
"karma": "^2.0.5",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^1.3.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.13",
"lodash.debounce": "^4.0.8",
"mocha": "^5.0.4",
"node-sass": "^4.9.3",
"raf": "^3.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^1.2.3",
"url-loader": "^1.0.1",
"vue": "^2.6.9",
"vue-hot-reload-api": "^2.3.0",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.2.1",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.0.2",
"vue-template-compiler": "^2.6.9",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^3.0.0"
},
"engines": {
"node": ">=8.9.1",
"npm": ">=5.5.1",
"yarn": ">=1.3.2"
},
"browserslist": [
"last 3 Chrome versions",
"last 3 Firefox versions",
"Safari >= 10",
"Explorer >= 11",
"Edge >= 12",
"iOS >= 10",
"Android >= 6"
]
}