]> git.wincent.com - hextrapolate.git/blob - package.json
fix: attempt to fix Chrome warning
[hextrapolate.git] / package.json
1 {
2   "name": "hextrapolate",
3   "version": "0.1.0",
4   "private": true,
5   "dependencies": {
6     "@wincent/debounce": "0.0.1",
7     "classnames": "2.3.1",
8     "prop-types": "15.8.1",
9     "react": "18.2.0",
10     "react-dom": "18.2.0"
11   },
12   "devDependencies": {
13     "react-scripts": "5.0.1"
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   "browserslist": {
22     "production": [
23       ">0.2%",
24       "not dead",
25       "not op_mini all"
26     ],
27     "development": [
28       "last 1 chrome version",
29       "last 1 firefox version",
30       "last 1 safari version"
31     ]
32   }
33 }