mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "next-example",
|
|
"version": "1.0.0",
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "~4",
|
|
"@material-ui/icons": "~4",
|
|
"@material-ui/styles": "~4",
|
|
"@mdx-js/loader": "~1",
|
|
"@next/mdx": "~9",
|
|
"next": "~9",
|
|
"react": "~16",
|
|
"react-dom": "~16"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "~12",
|
|
"typescript": "~3.7"
|
|
},
|
|
"scripts": {
|
|
"dev": "next"
|
|
}
|
|
}
|