{ "name": "lesspass-web-component", "version": "1.0.0", "description": "LessPass web component", "license": "GPL-3.0", "author": "Guillaume Vincent <guillaume@oslab.fr>", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.15", "@fortawesome/free-solid-svg-icons": "^5.7.2", "@fortawesome/react-fontawesome": "^0.1.4", "react": "^16.8.3", "react-dom": "^16.8.3", "react-scripts": "^2.1.5", "styled-components": "^4.1.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "CI=true react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }