您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

32 行
785 B

  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.10",
  9. "@fortawesome/free-solid-svg-icons": "5.6.1",
  10. "@fortawesome/react-fontawesome": "0.1.3",
  11. "react": "16.4.1",
  12. "react-dom": "16.4.1",
  13. "react-scripts": "2.1.1",
  14. "styled-components": "4.1.2"
  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. }