1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/package.json
2020-02-20 23:00:04 +00:00

28 lines
622 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",
"npm-run-all": "~4",
"typescript": "~3.8.0"
},
"scripts": {
"doc": "run-s build doc:export",
"doc:export": "next export -o docs",
"build": "next build",
"dev": "next"
}
}