mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
Kohei Watanabe
90bb5008c5
git-subtree-dir: next git-subtree-mainline:5d936d154e
git-subtree-split:19b6c91e86
28 lines
631 B
JSON
28 lines
631 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": "~2.0.0-next",
|
|
"@next/mdx": "~9",
|
|
"next": "~9",
|
|
"react": "~16",
|
|
"react-dom": "~16"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "~12",
|
|
"npm-run-all": "~4",
|
|
"typescript": "~3.9.0"
|
|
},
|
|
"scripts": {
|
|
"doc": "run-s build doc:export",
|
|
"doc:export": "next export -o docs",
|
|
"build": "next build",
|
|
"dev": "next"
|
|
}
|
|
}
|