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

26 lines
562 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-07-09 15:46:11 +09:00
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.2.0",
"@mdx-js/loader": "^1.0.21",
"@next/mdx": "^9.0.0",
"next": "^9.0.0",
2019-04-21 19:17:15 +09:00
"react": "^16.8.6",
2019-07-09 15:46:11 +09:00
"react-dom": "^16.8.6"
2019-04-21 19:17:15 +09:00
},
"devDependencies": {
2019-07-09 16:27:57 +09:00
"@types/express": "^4.17.0",
2019-07-09 15:46:11 +09:00
"@types/node": "^12.6.1",
"typescript": "^3.5.3"
2019-04-21 19:17:15 +09:00
},
"scripts": {
2019-07-09 15:46:11 +09:00
"dev": "next"
2019-04-21 19:17:15 +09:00
}
}