mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 09:50:21 +00:00
88 lines
2.5 KiB
JSON
88 lines
2.5 KiB
JSON
{
|
|
"name": "vue-chartjs",
|
|
"version": "1.1.0",
|
|
"description": "Vue wrapper for chart.js",
|
|
"author": "Jakub Juszczak <jakub@nextindex.de>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com:apertureless/vue-chartjs.git"
|
|
},
|
|
"keywords": [
|
|
"ChartJs",
|
|
"Vue",
|
|
"Visualisation",
|
|
"Wrapper",
|
|
"Charts"
|
|
],
|
|
"main": "dist/vue-chartjs.js",
|
|
"scripts": {
|
|
"dev": "node build/dev-server.js",
|
|
"build": "node build/build.js",
|
|
"unit": "karma start test/unit/karma.conf.js --single-run",
|
|
"e2e": "node test/e2e/runner.js",
|
|
"test": "npm run unit && npm run e2e",
|
|
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.0.0",
|
|
"chart.js": "^2.1.6",
|
|
"vue": "^2.0.0-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.10.4",
|
|
"babel-loader": "^6.0.0",
|
|
"babel-plugin-transform-runtime": "^6.0.0",
|
|
"babel-preset-es2015": "^6.0.0",
|
|
"babel-preset-stage-2": "^6.0.0",
|
|
"chai": "^3.5.0",
|
|
"chromedriver": "^2.21.2",
|
|
"connect-history-api-fallback": "^1.1.0",
|
|
"cross-spawn": "^2.1.5",
|
|
"css-loader": "^0.23.0",
|
|
"eslint": "^2.10.2",
|
|
"eslint-config-standard": "^5.1.0",
|
|
"eslint-friendly-formatter": "^2.0.5",
|
|
"eslint-loader": "^1.3.0",
|
|
"eslint-plugin-html": "^1.3.0",
|
|
"eslint-plugin-promise": "^1.0.8",
|
|
"eslint-plugin-standard": "^1.3.2",
|
|
"eventsource-polyfill": "^0.9.6",
|
|
"express": "^4.13.3",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.4",
|
|
"function-bind": "^1.0.2",
|
|
"html-webpack-plugin": "^2.8.1",
|
|
"http-proxy-middleware": "^0.12.0",
|
|
"inject-loader": "^2.0.1",
|
|
"isparta-loader": "^2.0.0",
|
|
"json-loader": "^0.5.4",
|
|
"karma": "^0.13.15",
|
|
"karma-coverage": "^0.5.5",
|
|
"karma-mocha": "^0.2.2",
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
"karma-sinon-chai": "^1.2.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-spec-reporter": "0.0.24",
|
|
"karma-webpack": "^1.7.0",
|
|
"lodash": "^4.15.0",
|
|
"lolex": "^1.4.0",
|
|
"mocha": "^2.4.5",
|
|
"nightwatch": "^0.8.18",
|
|
"ora": "^0.2.0",
|
|
"phantomjs-prebuilt": "^2.1.3",
|
|
"selenium-server": "2.53.0",
|
|
"shelljs": "^0.6.0",
|
|
"sinon": "^1.17.3",
|
|
"sinon-chai": "^2.8.0",
|
|
"url-loader": "^0.5.7",
|
|
"vue-hot-reload-api": "^2.0.6",
|
|
"vue-html-loader": "^1.2.3",
|
|
"vue-loader": "^9.3.0",
|
|
"vue-style-loader": "^1.0.0",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-middleware": "^1.4.0",
|
|
"webpack-hot-middleware": "^2.6.0",
|
|
"webpack-merge": "^0.8.3"
|
|
}
|
|
}
|