summaryrefslogtreecommitdiff
path: root/package.json
blob: b41a2d7bb352c5da1f4599219410221c87fd8592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "foursquare-community-groups",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "immutability-helper": "^3.1.1",
    "js-search": "2.0.0",
    "promise-polyfill": "8.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "^3.4.4",
    "striptags": "^3.2.0",
    "whatwg-fetch": "^3.6.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}