UNPKG

qc-ui-component

Version:

58 lines 1.86 kB
{ "name": "qc-ui-component", "version": "1.2.2", "description": "", "main": "dist/main.js", "scripts": { "example-dev": "webpack-dev-server --env.dev --env.example --config config/webpack.conf.babel.js --inline --hot", "build": "cross-env NODE_ENV=production webpack --config config/webpack.conf.babel.js", "build-watch": "webpack --config config/webpack.conf.babel.js --watch" }, "author": "zephyr", "license": "ISC", "devDependencies": { "eslint": "^3.9.1", "eslint-config-standard": "^6.2.1", "eslint-config-vue": "^2.0.0", "eslint-plugin-html": "^1.6.0", "eslint-plugin-promise": "^3.3.1", "eslint-plugin-standard": "^2.0.1", "eslint-plugin-vue": "^1.0.0", "webpack-dev-server": "^2.2.0", "autoprefixer": "^6.5.1", "babel-core": "^6.18.0", "babel-helper-vue-jsx-merge-props": "^2.0.2", "babel-loader": "^6.2.6", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-vue-jsx": "^3.1.2", "babel-preset-latest": "^6.16.0", "bootstrap": "^3.3.7", "classnames": "^2.2.5", "cross-env": "^4.0.0", "css-loader": "^0.25.0", "extract-text-webpack-plugin": "2.0.0-beta.4", "file-loader": "^0.9.0", "highlight.js": "^9.8.0", "html-loader": "^0.4.4", "html-webpack-plugin": "^2.24.0", "isomorphic-style-loader": "^1.1.0", "load-script": "^1.0.0", "lodash": "^4.17.4", "lodash.isempty": "^4.4.0", "md5": "^2.2.1", "postcss-loader": "^1.1.0", "style-loader": "^0.13.1", "stylus": "^0.54.5", "stylus-loader": "^2.3.1", "url-loader": "^0.5.7", "uuid": "^3.0.1", "validatorjs": "^3.9.0", "vue": "2.2.6", "vue-loader": "^10.0.0", "vue-resource": "^1.2.1", "vue-router": "^2.0.1", "vue-template-compiler": "2.2.6", "vuedraggable": "^2.8.6", "webpack": "^2.2.0" } }