2019-04-21 19:17:15 +09:00
|
|
|
{
|
|
|
|
"name": "next-example",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-05-31 15:15:00 +09:00
|
|
|
"@material-ui/core": "^4.0.1",
|
|
|
|
"@material-ui/icons": "^4.0.1",
|
|
|
|
"@material-ui/styles": "^4.0.1",
|
2019-04-23 17:34:03 +09:00
|
|
|
"@zeit/next-mdx": "^1.2.0",
|
2019-04-21 19:17:15 +09:00
|
|
|
"@zeit/next-typescript": "^1.1.1",
|
|
|
|
"next": "^8.1.0",
|
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.8.6",
|
2019-05-31 15:15:00 +09:00
|
|
|
"typescript": "^3.5.1"
|
2019-04-21 19:17:15 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-31 15:15:00 +09:00
|
|
|
"@types/next": "^8.0.5",
|
|
|
|
"@types/react": "^16.8.19",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^1.9.0",
|
2019-04-21 19:17:15 +09:00
|
|
|
"eslint": "^5.16.0",
|
2019-05-31 15:15:00 +09:00
|
|
|
"eslint-config-prettier": "^4.3.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
|
|
"eslint-plugin-react": "^7.13.0",
|
|
|
|
"prettier": "^1.17.1"
|
2019-04-21 19:17:15 +09:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-04-24 00:43:02 +09:00
|
|
|
"dev": "next",
|
|
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx ."
|
2019-04-21 19:17:15 +09:00
|
|
|
}
|
|
|
|
}
|