選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

56 行
1.4 KiB

  1. {
  2. "name": "lesspass-pure",
  3. "version": "9.1.2",
  4. "description": "LessPass web component",
  5. "license": "GPL-3.0",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "scripts": {
  8. "start": "vue-cli-service serve --port 8000",
  9. "build": "vue-cli-service build",
  10. "build:i18n": "cd scripts && node buildI18n.js",
  11. "cypress:run": "cypress run",
  12. "cypress:open": "cypress open",
  13. "test": "npm run test:unit && npm run test:e2e",
  14. "test:unit": "jest",
  15. "test:e2e": "start-server-and-test start http://localhost:8000 cypress:run"
  16. },
  17. "jest": {
  18. "testPathIgnorePatterns": [
  19. "cypress"
  20. ],
  21. "moduleFileExtensions": [
  22. "js",
  23. "vue"
  24. ],
  25. "transform": {
  26. ".*\\.(vue)$": "vue-jest",
  27. "^.+\\.js$": "../../node_modules/babel-jest"
  28. }
  29. },
  30. "dependencies": {
  31. "@oslab/atob": "^0.1.0",
  32. "@oslab/btoa": "^0.1.0",
  33. "awesomplete": "^1.1.5",
  34. "axios": "^0.19.0",
  35. "balloon-css": "^1.0.3",
  36. "bootstrap": "^4.3.1",
  37. "copy-text-to-clipboard": "^2.1.1",
  38. "core-js": "^3.1.2",
  39. "font-awesome": "^4.7.0",
  40. "jwt-decode": "^2.2.0",
  41. "lesspass": "^9.0.0",
  42. "lodash": "^4.17.15",
  43. "vue": "^2.6.10",
  44. "vue-polyglot": "^2.0.1",
  45. "vue-router": "^3.1.3",
  46. "vuejs-paginate": "^2.1.0",
  47. "vuex": "^3.1.1",
  48. "vuex-persistedstate": "^2.5.4",
  49. "vuex-router-sync": "^5.0.0"
  50. },
  51. "browserslist": [
  52. "> 1%",
  53. "last 2 versions"
  54. ]
  55. }