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.

пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "lesspass-frontend",
  3. "description": "frontend for LessPass with vuejs",
  4. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  5. "private": true,
  6. "scripts": {
  7. "dev": "webpack-dev-server --inline --hot --host 0.0.0.0",
  8. "build": "NODE_ENV=production webpack --display-error-details --progress --hide-modules",
  9. "test": "ava test --compilers js:babel-register"
  10. },
  11. "dependencies": {
  12. "express": "^4.14.0"
  13. },
  14. "devDependencies": {
  15. "ava": "^0.16.0",
  16. "axios": "^0.14.0",
  17. "babel-core": "^6.17.0",
  18. "babel-loader": "^6.2.5",
  19. "babel-polyfill": "^6.16.0",
  20. "babel-preset-es2015": "^6.16.0",
  21. "babel-register": "^6.16.3",
  22. "bootstrap": "^4.0.0-alpha.4",
  23. "clipboard": "^1.5.12",
  24. "css-loader": "^0.25.0",
  25. "extract-text-webpack-plugin": "^1.0.1",
  26. "file-loader": "^0.9.0",
  27. "font-awesome": "^4.6.3",
  28. "hint.css": "^2.3.2",
  29. "jquery": "^3.1.1",
  30. "json-loader": "^0.5.4",
  31. "jwt-decode": "^2.1.0",
  32. "lesspass": "^4.0.4",
  33. "lodash.debounce": "^4.0.8",
  34. "moment": "^2.15.0",
  35. "nock": "^8.1.0",
  36. "pilou": "^0.1.4",
  37. "style-loader": "^0.13.1",
  38. "tether": "^1.3.7",
  39. "url-loader": "^0.5.7",
  40. "vue": "^2.0.1",
  41. "vue-loader": "^9.5.1",
  42. "vue-router": "^2.0.0",
  43. "vuex": "^2.0.0",
  44. "webpack": "^1.13.2",
  45. "webpack-dev-server": "^1.16.2"
  46. },
  47. "babel": {
  48. "presets": [
  49. "es2015"
  50. ]
  51. },
  52. "ava": {
  53. "require": [
  54. "babel-register"
  55. ],
  56. "babel": "inherit"
  57. }
  58. }