aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/package.json
blob: 0f5dce7142d4d3298159118d76572d4cd44a0efd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "snippets",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "@emotion/core": "^11.0.0",
    "@emotion/react": "^11.4.1",
    "lodash": "^4.17.21",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "redux": "^4.1.1",
    "styled-components": "^5.3.1"
  }
}