UNPKG

leo-vue

Version:

Use the Leo Outlining Editor to Create Vue Web Apps

159 lines (158 loc) 4.83 kB
{ "name": "leo-vue", "version": "2.0.0", "description": "Use the Leo Outlining Editor to Create Vue Web Apps", "author": "Joe Orr", "private": false, "scripts": { "dev": "node build/dev-server.js", "build": "node build/build.js", "unit": "cross-env BABEL_ENV=test 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", "deploy": "rm -Rf docs && cp -Rf dist docs && rm dist/static/js/vendor.js.map && cp README.md docs && cp -Rf examples docs/examples && cp -Rf screencasts docs/screencasts", "build-static": "node build/build-static.es6" }, "dependencies": { "axios": "^0.18.0", "bootstrap-vue": "^2.0.0-rc.11", "chart.js": "^2.7.1", "component-tip": "^3.0.3", "count-words": "^1.0.12", "css-loader": "^0.28.11", "d3": "^5.0.0", "dataframe-js": "^1.2.4", "fork-me-on-github-vue": "^1.0.7", "h5o": "^0.11.3", "highlight.js": "^9.12.0", "js-yaml": "^3.11.0", "lodash": "^4.17.10", "lodash.pull": "^4.1.0", "lunr": "^2.1.3", "marked": "^0.5.0", "moment": "^2.22.0", "moment-range": "^4.0.1", "numeral": "^2.0.6", "papaparse": "^4.3.6", "split-string-words": "^1.0.0", "stopword": "^0.1.13", "style-loader": "^0.23.0", "timeline-vuejs": "^1.0.3", "tooltip.js": "^1.3.0", "uri-parse-lib": "^2.1.3", "v-tooltip": "^2.0.0-rc.14", "velocity-animate": "^1.5.0", "vue": "^2.5.4", "vue-awesome": "^3.0.0", "vue-chartjs": "^3.0.0", "vue-clickaway": "^2.1.0", "vue-info-card": "^0.1.1", "vue-instant": "^1.0.2", "vue-markdown": "^2.2.4", "vue-resize-directive": "^1.0.0", "vue-router": "^3.0.1", "vue-star-rating": "^1.5.1", "vue-table-component": "^1.8.0", "vue-template-compiler": "^2.3.3", "vue-youtube-embed": "^2.1.1", "vue2-leaflet": "^1.0.2", "vuewordcloud": "^18.7.11", "vuex": "^3.0.1", "vuex-router-sync": "^5.0.0" }, "devDependencies": { "autoprefixer": "^7.1.6", "babel-core": "^6.24.1", "babel-eslint": "^8.0.2", "babel-loader": "^7.1.2", "babel-plugin-istanbul": "^4.1.5", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-env": "^1.5.1", "babel-register": "^6.24.1", "chai": "^4.1.2", "chalk": "^2.3.0", "chromedriver": "^2.29.0", "connect-history-api-fallback": "^1.3.0", "copy-webpack-plugin": "^4.0.1", "cross-env": "^5.1.1", "cross-spawn": "^6.0.4", "css-loader": "^0.28.11", "escape-html": "^1.0.3", "eslint": "^4.11.0", "eslint-config-standard": "^10.2.1", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-html": "^4.0.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^3.0.1", "eventsource-polyfill": "^0.9.6", "express": "^4.15.3", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.5", "friendly-errors-webpack-plugin": "^1.1.3", "fs": "0.0.1-security", "function-bind": "^1.1.0", "google-fonts-webpack-plugin": "^0.4.3", "html-webpack-plugin": "^2.28.0", "http-proxy-middleware": "^0.17.3", "inject-loader": "^3.0.1", "karma": "^2.0.0", "karma-coverage": "^1.1.1", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sinon-chai": "^1.3.1", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.32", "karma-webpack": "^2.0.2", "lolex": "^2.3.0", "markdown-it": "^8.3.1", "markdown-it-imsize": "^2.0.1", "mocha": "^5.0.0", "nightwatch": "^0.9.15", "node-sass": "^4.5.3", "opn": "^5.1.0", "optimize-css-assets-webpack-plugin": "^3.2.0", "ora": "^1.2.0", "phantomjs-prebuilt": "^2.1.14", "rimraf": "^2.6.0", "sass-loader": "^6.0.5", "selenium-server": "^3.4.0", "semver": "^5.3.0", "sinon": "^4.1.2", "sinon-chai": "^2.10.0", "url-loader": "^0.6.2", "vue-loader": "^14.0.3", "vue-style-loader": "^3.0.3", "webpack": "^3.8.1", "webpack-bundle-analyzer": "^2.8.2", "webpack-dev-middleware": "^2.0.3", "webpack-hot-middleware": "^2.18.0", "webpack-merge": "^4.1.1" }, "engines": { "node": ">= 4.0.0", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "repository": { "type": "git", "url": "git+https://github.com/kaleguy/leovue.git" }, "keywords": [ "JSON", "forms", "form.io" ], "license": "MIT", "bugs": { "url": "https://github.com/kaleguy/leovue/issues" }, "homepage": "https://kaleguy.github.io/leovue/" }