mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"name": "snippets",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@emotion/core": "^11.0.0",
|
|
"@emotion/react": "^11.4.1",
|
|
"lit": "^2.4.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"redux": "^4.1.1",
|
|
"styled-components": "^5.3.1"
|
|
},
|
|
"prettier": "../../.prettierrc.cjs"
|
|
}
|