Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

package.json 723 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "lesspass",
  3. "version": "1.0.0",
  4. "description": "LessPass mono repo",
  5. "repository": "https://github.com/lesspass/lesspass",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "license": "GPL-3.0",
  8. "private": true,
  9. "scripts": {
  10. "test": "yarn workspaces run test"
  11. },
  12. "workspaces": [
  13. "packages/*"
  14. ],
  15. "devDependencies": {
  16. "@babel/core": "7.4.0",
  17. "babel-core": "7.0.0-bridge.0",
  18. "babel-jest": "23.6.0",
  19. "babel-preset-react-native": "5.0.2",
  20. "jest": "23.6.0",
  21. "karma": "4.0.1",
  22. "karma-chrome-launcher": "2.2.0",
  23. "karma-mocha": "1.3.0",
  24. "karma-webpack": "3.0.5",
  25. "mocha": "6.0.2",
  26. "react-test-renderer": "16.8.4",
  27. "webpack": "4.28.3"
  28. }
  29. }