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",
|
2022-01-28 19:20:15 +00:00
|
|
|
"lint": "next lint",
|
2022-01-25 12:20:16 +00:00
|
|
|
"export": "next build && next export -o dist"
|
2019-11-30 11:43:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-20 20:30:17 +00:00
|
|
|
"@apollo/client": "^3.2.0",
|
2022-01-28 19:20:15 +00:00
|
|
|
"@emotion/react": "^11.7.1",
|
|
|
|
"@emotion/server": "^11.4.0",
|
|
|
|
"@emotion/styled": "^11.6.0",
|
|
|
|
"@monaco-editor/react": "^4.3.1",
|
|
|
|
"@mui/icons-material": "^5.3.1",
|
|
|
|
"@mui/lab": "^5.0.0-alpha.66",
|
|
|
|
"@mui/material": "^5.3.1",
|
|
|
|
"deepmerge": "^4.2.2",
|
|
|
|
"graphql": "^16.2.0",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"monaco-editor": "^0.31.1",
|
|
|
|
"next": "^12.0.8",
|
2020-09-23 22:13:14 +00:00
|
|
|
"next-fonts": "^1.0.3",
|
2022-01-28 19:20:15 +00:00
|
|
|
"react": "^17.0.2",
|
2022-02-01 17:13:14 +00:00
|
|
|
"react-dom": "^17.0.2"
|
2020-09-20 20:30:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-28 19:20:15 +00:00
|
|
|
"@babel/core": "^7.0.0",
|
|
|
|
"@types/lodash": "^4.14.178",
|
|
|
|
"@types/node": "^17.0.12",
|
|
|
|
"@types/react": "^17.0.38",
|
|
|
|
"eslint": "^8.7.0",
|
|
|
|
"eslint-config-next": "12.0.8",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
"prettier": "^2.1.2",
|
2022-02-01 17:13:14 +00:00
|
|
|
"typescript": "^4.0.3",
|
2022-01-28 19:20:15 +00:00
|
|
|
"webpack": "^5.67.0"
|
2019-11-30 11:43:55 +00:00
|
|
|
}
|
|
|
|
}
|