Files
bun.sh/integration/snippets/package.json
2021-12-24 20:43:53 -08:00

14 lines
270 B
JSON

{
"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"
}
}