rsnext/examples/with-typestyle/package.json
Henrik Wenz 806db1a27b
chore: refactor with-typestyle example (#40740)
## Changes

see commits

## 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/examples/adding-examples.md)
2022-09-21 11:21:24 -07:00

19 lines
354 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typestyle": "^2.4.0"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "16.9.17",
"typescript": "4.8.2"
}
}