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

17 lines
301 B
JSON
Raw Normal View History

{
"name": "with-semantic-ui",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"semantic-ui-react": "^0.68.0"
},
"license": "ISC"
}