hetty/admin/package.json

37 lines
973 B
JSON
Raw Normal View History

2019-11-30 11:43:55 +00:00
{
2020-09-22 16:33:02 +00:00
"name": "hetty-admin",
2019-11-30 11:43:55 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
2020-10-29 19:54:17 +00:00
"export": "rm -rf .next && next build && next export -o dist"
2019-11-30 11:43:55 +00:00
},
"dependencies": {
"@apollo/client": "^3.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
2020-09-23 16:10:32 +00:00
"@material-ui/lab": "^4.0.0-alpha.56",
"@zeit/next-css": "^1.0.1",
"graphql": "^15.3.0",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"next": "^9.5.4",
"next-fonts": "^1.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-monaco-editor": "^0.34.0",
2020-09-24 20:28:37 +00:00
"react-syntax-highlighter": "^13.5.3",
"typescript": "^4.0.3"
},
"devDependencies": {
"@types/node": "^14.11.1",
"@types/react": "^16.9.49",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
2020-09-24 20:28:37 +00:00
"prettier": "^2.1.2"
2019-11-30 11:43:55 +00:00
}
}