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 792 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "lesspass-web-component",
  3. "version": "1.0.0",
  4. "description": "LessPass web component",
  5. "license": "GPL-3.0",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "dependencies": {
  8. "@fortawesome/fontawesome-svg-core": "^1.2.15",
  9. "@fortawesome/free-solid-svg-icons": "^5.7.2",
  10. "@fortawesome/react-fontawesome": "^0.1.4",
  11. "react": "^16.8.3",
  12. "react-dom": "^16.8.3",
  13. "react-scripts": "^2.1.5",
  14. "styled-components": "^4.1.3"
  15. },
  16. "scripts": {
  17. "start": "react-scripts start",
  18. "build": "react-scripts build",
  19. "test": "CI=true react-scripts test",
  20. "eject": "react-scripts eject"
  21. },
  22. "eslintConfig": {
  23. "extends": "react-app"
  24. },
  25. "browserslist": [
  26. ">0.2%",
  27. "not dead",
  28. "not ie <= 11",
  29. "not op_mini all"
  30. ]
  31. }