2 "name": "groove-mail-signature",
8 "lint-staged": "^4.0.0",
9 "normalize.css": "^7.0.0",
12 "react-dom": "^15.6.1"
15 "react-scripts": "1.0.10"
18 "src/**/*.{js,jsx,json,css}": [
19 "prettier --single-quote --write",
24 "precommit": "lint-staged",
25 "start": "react-scripts start",
26 "build": "react-scripts build",
27 "test": "react-scripts test --env=jsdom",
28 "eject": "react-scripts eject"