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

33 lines
848 B
JSON
Raw Normal View History

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-04-23 11:41:37 +09:00
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
2019-04-23 16:48:33 +09:00
"@material-ui/styles": "^3.0.0-alpha.10",
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",
"typescript": "^3.4.4"
},
"devDependencies": {
"@types/next": "^8.0.3",
"@types/react": "^16.8.14",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.17.0"
},
"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
}
}