UNPKG

@senntyou/mint-ui

Version:
160 lines (159 loc) 4.67 kB
{ "name": "@senntyou/mint-ui", "version": "0.1.2", "description": "mint-ui extensions", "main": "lib/index.js", "module": "es/index.js", "author": "senntyou <jiangjinbelief@163.com>", "homepage": "https://github.com/senntyou/mint-ui", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/senntyou/mint-ui" }, "keywords": [ "vue", "mint-ui", "extend", "storybook", "webpack", "gulp", "jest" ], "bugs": { "url": "https://github.com/senntyou/mint-ui/issues" }, "readmeFilename": "README.md", "files": [ "lib", "es" ], "scripts": { "precommit": "npm run lint-staged", "lint-staged": "lint-staged", "prettier": "prettier --write \"./**/*.{js,vue,css,less,scss,sass,html,md,json}\"", "eslint": "eslint \"./**/*.js\"", "eslint:fix": "eslint \"./**/*.js\" --fix", "eslint-vue": "eslint \"./**/*.vue\" -c .eslintrc.vue.js", "eslint-vue:fix": "eslint \"./**/*.vue\" -c .eslintrc.vue.js --fix", "stylelint": "stylelint \"./**/*.{css,less,scss,sass,vue}\"", "stylelint:fix": "stylelint \"./**/*.{css,less,scss,sass,vue}\" --fix", "flow": "flow", "flow:check": "flow check", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "build:less": "gulp less", "build:scss": "gulp scss", "build:styles": "npm run build:less", "build:lib": "gulp lib && gulp vue:lib", "build:es": "gulp es && gulp vue:es", "build": "npm run clean && npm run build:styles && npm run build:lib && npm run build:es", "clean": "rimraf lib es", "prepublish": "npm run build", "test": "jest", "test-watch": "jest --watch --notify", "test-cover": "jest --coverage", "coverage": "npm run test-cover && opn coverage/lcov-report/index.html", "view:picker": "lila dev picker" }, "devDependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-transform-runtime": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-flow": "^7.0.0", "@senntyou/shortcut.css": "^0.1.0", "@storybook/addon-actions": "^5.0.0", "@storybook/addon-links": "^5.0.0", "@storybook/addons": "^5.0.0", "@storybook/vue": "^5.0.0", "@vue/component-compiler": "^3.6.0", "@vue/test-utils": "^1.0.0-beta.29", "babel-eslint": "^10.0.1", "babel-jest": "^24.1.0", "babel-loader": "^8.0.5", "babel-plugin-component": "^1.1.1", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-vue-jsx": "^3.7.0", "babel-preset-vue": "^2.0.2", "css-loader": "^2.1.0", "eslint": "^5.12.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^3.4.0", "eslint-plugin-flowtype": "^3.2.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jest": "^22.1.3", "eslint-plugin-node": "^8.0.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-vue": "^5.2.2", "flow-bin": "^0.94.0", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "gulp-less": "^4.0.1", "gulp-rename": "^1.4.0", "gulp-sass": "^4.0.2", "husky": "^1.3.1", "jest": "^24.1.0", "jsdom": "^13.2.0", "jsdom-global": "^3.0.2", "less": "^3.9.0", "less-loader": "^4.1.0", "lila-bin": "^0.7.1", "lila-core": "^0.7.1", "lila-tasks": "^0.7.3", "lila-webpack": "^0.7.1", "lila-webpack-config": "^0.7.2", "lint-staged": "^8.1.0", "mint-ui": "^2.2.13", "node-sass": "^4.11.0", "normalize.css": "^8.0.1", "opn-cli": "^4.0.0", "plugin-error": "^1.0.1", "prettier": "^1.15.3", "rimraf": "^2.6.3", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "stylelint": "^9.9.0", "stylelint-config-prettier": "^4.0.0", "stylelint-config-standard": "^18.2.0", "through2": "^3.0.1", "vue": "^2.6.10", "vue-eslint-parser": "^6.0.3", "vue-jest": "^4.0.0-beta.2", "vue-loader": "^15.7.0", "vue-template-compiler": "^2.6.8" }, "lint-staged": { "**/*.js": [ "eslint --fix", "prettier --write", "git add" ], "**/*.vue": [ "eslint -c .eslintrc.vue.js --fix", "stylelint --fix", "prettier --write", "git add" ], "**/*.{css,less,scss,sass}": [ "stylelint --fix", "prettier --write", "git add" ], "**/*.{html,md,json}": [ "prettier --write", "git add" ] }, "engines": { "node": ">=8.0.0" }, "peerDependencies": {}, "dependencies": { "@babel/runtime": "^7.3.4" } }