vimo-dt
Version:
A Vue2.x UI Project For Mobile & HyBrid
235 lines (234 loc) • 6.82 kB
JSON
{
"name": "vimo-dt",
"version": "1.0.4",
"description": "A Vue2.x UI Project For Mobile & HyBrid",
"author": "xiangsongtao <280304286@163.com>",
"homepage": "https://github.com/vm-component/vimo",
"license": "MIT",
"keywords": [
"vimo",
"vue",
"vue.js",
"component",
"components",
"H5",
"mobile",
"hybrid",
"ui",
"framework"
],
"private": false,
"main": "lib/index.js",
"module": "src/index.js",
"files": [
"src",
"lib"
],
"scripts": {
"demo:dev": "cross-env BABEL_ENV=demo node examples/build/dev-server.js",
"demo:build": "cross-env BABEL_ENV=demo node examples/build/build.js",
"docs:dev": "gulp default --gulpfile build/doc-builder/gulpfile.js",
"docs:build": "gulp build --gulpfile build/doc-builder/gulpfile.js",
"pub:entry": "cross-env BABEL_ENV=lib node build/lib-builder/build-entry.js",
"pub:lib": "cross-env BABEL_ENV=lib node build/lib-builder/index.js",
"pub": "npm run pub:entry && npm run pub:lib",
"test": "cross-env BABEL_ENV=test jest",
"test:-u": "cross-env BABEL_ENV=test npm test -- -u",
"stylelint": "stylelint 'src/{components,themes}/**/**.scss'",
"stylelint:fix": "npm run stylelint -- --fix",
"lint": "eslint --ext .js,.vue src examples/src test/unit/specs",
"lint:fix": "npm run lint -- --fix",
"rullup-test": "rollup -c build/rollup.umd.conf.js",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"prepush": "npm run test",
"release": "standard-version && npm run pub && npm publish",
"ci-demo-release": "npm run demo:build && node build/demo-publish.js",
"ci-docs-release": "npm run docs:build && node build/docs-publish.js",
"ci-report-coverage": "cat ./coverage/lcov.info | coveralls",
"ci-github-release": "node build/github-release.js"
},
"standard-version": {
"skip": {
"bump": false,
"changelog": false,
"commit": false,
"tag": false
}
},
"lint-staged": {
"{src,test/unit/specs}/**/*.{js,vue}": [
"npm run lint"
]
},
"config": {
"validate-commit-msg": {
"types": "conventional-commit-types",
"helpMessage": "We use Conventional Commits, for more information here: https://conventionalcommits.org/"
}
},
"repository": {
"type": "git",
"url": "git@github.com:vm-component/vimo.git"
},
"demo": {
"type": "git",
"url": "git@github.com:vm-component/vimo-demo.git"
},
"dependencies": {
"autosize": "^3.0.20",
"better-scroll": "^1.3.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"swipe-js-iso": "^2.0.3",
"lodash.kebabcase": "^4.1.1",
"swiper": "^3.4.2"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.2",
"babel-plugin-istanbul": "^3.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.18.8",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^1.0.0",
"connect-history-api-fallback": "^1.3.0",
"conventional-github-releaser": "^1.1.12",
"copy-webpack-plugin": "^4.2.1",
"coveralls": "^3.0.0",
"cpy": "^6.0.0",
"cross-env": "^3.1.4",
"cross-spawn": "^5.0.1",
"css-loader": "^0.26.1",
"deep-assign": "^2.0.0",
"del": "^2.2.2",
"docdash": "^0.4.0",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^3.0.2",
"fastclick": "^1.0.6",
"file-loader": "^0.10.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jsdoc3": "^1.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"html-webpack-inline-source-plugin": "^0.0.9",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"husky": "^0.14.3",
"ionicons": "^3.0.0",
"jest": "^21.2.1",
"jest-serializer-vue": "^0.2.0",
"jest-vue-preprocessor": "^1.3.1",
"jsdoc": "^3.4.3",
"jsdoc-to-markdown": "^3.0.0",
"jsdoc-vue": "^1.0.0",
"lint-staged": "^4.2.3",
"lodash.camelcase": "^4.3.0",
"lodash.capitalize": "^4.2.1",
"lodash.clonedeep": "^4.5.0",
"lodash.startcase": "^4.4.0",
"node-sass": "^4.7.2",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"postcss-loader": "^2.0.6",
"postcss-px2rem": "^0.3.0",
"rimraf": "^2.6.0",
"run-sequence": "^1.2.2",
"sass-loader": "^6.0.6",
"semver": "^5.3.0",
"sinon": "^4.1.2",
"standard": "^10.0.2",
"standard-version": "^4.2.0",
"stylelint": "^8.3.1",
"stylelint-order": "^0.7.0",
"stylelint-scss": "^2.1.0",
"stylelint-selector-no-utility": "^1.8.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.7",
"validate-commit-msg": "^2.14.0",
"vue": "2.5.8",
"vue-jest": "^1.0.0",
"vue-loader": "^11.1.4",
"vue-router": "^2.2.0",
"vue-server-renderer": "2.5.8",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "2.5.8",
"vue-test-utils": "^1.0.0-beta.6",
"vuex": "^3.0.1",
"webpack": "^3.5.6",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 4.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8",
"iOS >= 5",
"Android >= 4"
],
"standard": {
"ignore": [
"/lib/",
"/build/",
"/config/",
"/dist/",
"/node_modules/",
"/src/assets/",
"/static/"
]
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1",
"^vue$": "vue/dist/vue.common.js"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue-preprocessor"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
],
"mapCoverage": true,
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{js,vue}",
"!**/node_modules/**",
"!**/vendor/**"
]
},
"theme": [
"examples/src/theme/variables.scss"
]
}