mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
25 lines
562 B
JSON
25 lines
562 B
JSON
{
|
|
"name": "next-example",
|
|
"version": "1.0.0",
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.2.0",
|
|
"@material-ui/icons": "^4.2.1",
|
|
"@material-ui/styles": "^4.2.0",
|
|
"@mdx-js/loader": "^1.0.21",
|
|
"@next/mdx": "^9.0.0",
|
|
"next": "^9.0.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.0",
|
|
"@types/node": "^12.6.1",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"scripts": {
|
|
"dev": "next"
|
|
}
|
|
}
|