diff options
Diffstat (limited to 'test/snippets/package.json')
-rw-r--r-- | test/snippets/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/snippets/package.json b/test/snippets/package.json new file mode 100644 index 000000000..07b349f86 --- /dev/null +++ b/test/snippets/package.json @@ -0,0 +1,13 @@ +{ + "name": "snippets", + "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" + } +} |