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