Guest User

Untitled

a guest
Jun 10th, 2018
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.83 KB | None | 0 0
  1. {
  2.   "name": "app",
  3.   "version": "1.0.0",
  4.   "description": "Web App",
  5.   "main": "index.js",
  6.   "repository": {
  7.     "type": "git",
  8.     "url": "git+ssh://[email protected]/"
  9.   },
  10.   "author": "Dev",
  11.   "license": "ISC",
  12.   "homepage": "https://bitbucket.org/",
  13.   "scripts": {
  14.     "dev": "node build/dev-server.js",
  15.     "start": "node build/dev-server.js",
  16.     "build": "node build/build.js",
  17.     "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
  18.     "e2e": "node test/e2e/runner.js",
  19.     "test": "npm run unit && npm run e2e",
  20.     "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
  21.   },
  22.   "dependencies": {
  23.     "EventEmitter": "^1.0.0",
  24.     "auth0-js": "^8.10.1",
  25.     "bootstrap": "^4.0.0-beta.2",
  26.     "bootstrap-vue": "^1.4.0",
  27.     "cssnano": "^3.10.0",
  28.     "emoji-mart-vue": "^1.0.4",
  29.     "eslint-plugin-import": "^2.6.1",
  30.     "eslint-plugin-node": "^5.1.0",
  31.     "jquery.emojiarea.js": "^0.1.8-beta",
  32.     "onclick-outside": "^0.1.1",
  33.     "s3-deploy": "^0.7.5",
  34.     "shelljs": "^0.7.8",
  35.     "vue": "^2.3.4",
  36.     "vue-bootstrap-datetimepicker": "^4.1.2",
  37.     "vue-emoji-mart": "^1.0.5",
  38.     "vue-good-table": "git+https://[email protected]/tuanhoangme/vue-good-table.git",
  39.     "vue-js-toggle-button": "^1.2.2",
  40.     "vue-meta": "^1.3.1",
  41.     "vue-resource": "^1.3.4",
  42.     "vue-router": "^2.7.0",
  43.     "vue-stripe": "^0.1.42",
  44.     "vue-stripe-checkout": "0.0.4",
  45.     "vue2-bootstrap-table2": "^1.1.8",
  46.     "vue2-timepicker": "^0.1.4",
  47.     "vuejs-datepicker": "^0.9.24",
  48.     "vuetify": "^0.14.8"
  49.   },
  50.   "devDependencies": {
  51.     "autoprefixer": "^7.1.1",
  52.     "babel-core": "^6.26.0",
  53.     "babel-eslint": "^7.2.3",
  54.     "babel-loader": "^7.1.1",
  55.     "babel-plugin-istanbul": "^4.1.4",
  56.     "babel-plugin-transform-runtime": "^6.23.0",
  57.     "babel-preset-env": "^1.5.2",
  58.     "babel-preset-es2015": "^6.24.1",
  59.     "babel-preset-stage-2": "^6.24.1",
  60.     "babel-register": "^6.24.1",
  61.     "chai": "^4.0.2",
  62.     "chalk": "^2.0.1",
  63.     "chromedriver": "^2.30.1",
  64.     "connect-history-api-fallback": "^1.3.0",
  65.     "copy-webpack-plugin": "^4.0.1",
  66.     "cross-env": "^5.0.1",
  67.     "cross-spawn": "^5.1.0",
  68.     "css-loader": "^0.28.4",
  69.     "eslint": "^4.1.1",
  70.     "eslint-config-standard": "^10.2.1",
  71.     "eslint-friendly-formatter": "^3.0.0",
  72.     "eslint-loader": "^1.8.0",
  73.     "eslint-plugin-html": "^3.0.0",
  74.     "eslint-plugin-promise": "^3.5.0",
  75.     "eslint-plugin-standard": "^3.0.1",
  76.     "eventsource-polyfill": "^0.9.6",
  77.     "express": "^4.15.3",
  78.     "extract-text-webpack-plugin": "^2.1.2",
  79.     "file-loader": "^0.11.2",
  80.     "friendly-errors-webpack-plugin": "^1.6.1",
  81.     "function-bind": "^1.1.0",
  82.     "html-webpack-plugin": "^2.29.0",
  83.     "http-proxy-middleware": "^0.17.4",
  84.     "inject-loader": "^3.0.0",
  85.     "karma": "^1.7.0",
  86.     "karma-coverage": "^1.1.1",
  87.     "karma-mocha": "^1.3.0",
  88.     "karma-phantomjs-launcher": "^1.0.4",
  89.     "karma-sinon-chai": "^1.3.1",
  90.     "karma-sourcemap-loader": "^0.3.7",
  91.     "karma-spec-reporter": "0.0.31",
  92.     "karma-webpack": "^2.0.3",
  93.     "lolex": "^1.6.0",
  94.     "mocha": "^3.4.2",
  95.     "nightwatch": "^0.9.16",
  96.     "opn": "^5.1.0",
  97.     "optimize-css-assets-webpack-plugin": "^2.0.0",
  98.     "ora": "^1.3.0",
  99.     "phantomjs-prebuilt": "^2.1.14",
  100.     "rimraf": "^2.6.1",
  101.     "selenium-server": "^3.4.0",
  102.     "semver": "^5.3.0",
  103.     "sinon": "^2.3.6",
  104.     "sinon-chai": "^2.11.0",
  105.     "url-loader": "^0.5.9",
  106.     "vue-loader": "^13.0.0",
  107.     "vue-style-loader": "^3.0.1",
  108.     "vue-template-compiler": "^2.3.4",
  109.     "webpack": "^3.0.0",
  110.     "webpack-bundle-analyzer": "^2.8.2",
  111.     "webpack-dev-middleware": "^1.11.0",
  112.     "webpack-hot-middleware": "^2.18.1",
  113.     "webpack-merge": "^4.1.0"
  114.   },
  115.   "engines": {
  116.     "node": ">= 4.0.0",
  117.     "npm": ">= 3.0.0"
  118.   },
  119.   "browserslist": [
  120.     "> 1%",
  121.     "last 2 versions",
  122.     "not ie <= 8"
  123.   ]
  124. }
Advertisement
Add Comment
Please, Sign In to add comment