]> git.wincent.com - hextrapolate.git/blob - package.json
Correct nonsense Flow type
[hextrapolate.git] / package.json
1 {
2   "name": "hextrapolate",
3   "version": "0.1.0",
4   "private": true,
5   "dependencies": {
6     "classnames": "^2.2.5",
7     "prop-types": "^15.5.10",
8     "react": "^15.5.4",
9     "react-dom": "^15.5.4",
10     "simple-debounce": "^0.0.3"
11   },
12   "devDependencies": {
13     "react-scripts": "1.0.7"
14   },
15   "scripts": {
16     "start": "react-scripts start",
17     "build": "react-scripts build",
18     "test": "react-scripts test --env=jsdom",
19     "eject": "react-scripts eject"
20   }
21 }