2017-04-22 12:54:35 +00:00
|
|
|
{
|
|
|
|
"name": "with-semantic-ui",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
2019-01-28 07:37:24 +00:00
|
|
|
"now-build": "next build",
|
2017-04-22 12:54:35 +00:00
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-28 07:37:24 +00:00
|
|
|
"next": "canary",
|
2019-01-05 11:19:27 +00:00
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0",
|
2019-01-28 07:37:24 +00:00
|
|
|
"semantic-ui-css": "^2.4.1",
|
|
|
|
"semantic-ui-react": "^0.84.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@zeit/next-css": "^1.0.1",
|
|
|
|
"file-loader": "^3.0.1",
|
|
|
|
"url-loader": "^1.1.2",
|
|
|
|
"webpack": "^4.29.0"
|
2017-04-22 12:54:35 +00:00
|
|
|
},
|
|
|
|
"license": "ISC"
|
|
|
|
}
|