rsnext/examples/with-emotion-swc/package.json

22 lines
424 B
JSON
Raw Normal View History

2022-03-15 08:51:15 +01:00
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
2022-03-15 08:51:15 +01:00
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"typescript": "^4.7.4"
2022-03-15 08:51:15 +01:00
}
}