rsnext/examples/with-semantic-ui/package.json

16 lines
280 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4"
}
}