rsnext/examples/with-emotion-vanilla/package.json
hiro 814144af7f
update(examples): Emotion modules (#40242)
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-09-13 11:53:55 +00:00

18 lines
344 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@emotion/babel-plugin": "11.10.2"
},
"dependencies": {
"@emotion/css": "11.10.0",
"@emotion/server": "11.10.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}