vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.2 KiB
76 lines
2.2 KiB
{ |
|
"name": "vue-ant-design", |
|
"version": "1.0.0", |
|
"description": "vue component", |
|
"main": "index.js", |
|
"scripts": { |
|
"start": "NODE_ENV=development webpack-dev-server --open --hot", |
|
"test": "karma start test/karma.conf.js --single-run", |
|
"lint": "eslint -c ./.eslintrc --fix --ext .js ./src/", |
|
"lint:style": "stylelint \"./src/**/*.less\" --syntax less" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/vueComponent/ant-design.git" |
|
}, |
|
"keywords": [ |
|
"vue" |
|
], |
|
"author": "", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/vueComponent/ant-design/issues" |
|
}, |
|
"homepage": "https://github.com/vueComponent/ant-design#readme", |
|
"pre-commit": [ |
|
"lint", |
|
"lint:style" |
|
], |
|
"devDependencies": { |
|
"babel-cli": "^6.26.0", |
|
"babel-helper-vue-jsx-merge-props": "^2.0.2", |
|
"babel-loader": "^7.1.2", |
|
"babel-plugin-istanbul": "^4.1.1", |
|
"babel-plugin-syntax-jsx": "^6.18.0", |
|
"babel-plugin-transform-object-rest-spread": "^6.26.0", |
|
"babel-plugin-transform-vue-jsx": "^3.5.0", |
|
"babel-polyfill": "^6.26.0", |
|
"babel-preset-env": "^1.6.0", |
|
"chai": "^4.1.2", |
|
"css-loader": "^0.28.7", |
|
"eslint": "^4.7.2", |
|
"eslint-plugin-html": "^3.2.2", |
|
"eslint-plugin-vue-libs": "^1.2.1", |
|
"html-webpack-plugin": "^2.30.1", |
|
"istanbul-instrumenter-loader": "^3.0.0", |
|
"karma": "^1.4.1", |
|
"karma-coverage": "^1.1.1", |
|
"karma-coverage-istanbul-reporter": "^1.3.0", |
|
"karma-mocha": "^1.3.0", |
|
"karma-phantomjs-launcher": "^1.0.2", |
|
"karma-phantomjs-shim": "^1.4.0", |
|
"karma-sinon-chai": "^1.3.1", |
|
"karma-sourcemap-loader": "^0.3.7", |
|
"karma-spec-reporter": "0.0.31", |
|
"karma-webpack": "^2.0.2", |
|
"less": "^2.7.2", |
|
"less-loader": "^4.0.5", |
|
"mocha": "^3.2.0", |
|
"pre-commit": "^1.2.2", |
|
"selenium-server": "^3.0.1", |
|
"semver": "^5.3.0", |
|
"sinon": "^4.0.2", |
|
"sinon-chai": "^2.8.0", |
|
"style-loader": "^0.18.2", |
|
"stylelint": "^8.1.1", |
|
"stylelint-config-standard": "^17.0.0", |
|
"vue": "^2.4.4", |
|
"vue-loader": "^13.0.5", |
|
"vue-template-compiler": "^2.4.4", |
|
"webpack": "^3.6.0", |
|
"webpack-dev-server": "^2.8.2" |
|
}, |
|
"dependencies": { |
|
"eslint-plugin-vue": "^3.13.0" |
|
} |
|
}
|
|
|