hetty/admin/package.json

57 lines
1.7 KiB
JSON
Raw Permalink 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",
2022-01-28 19:20:15 +00:00
"lint": "next lint",
2022-02-22 13:10:39 +00:00
"export": "next build && next export -o dist",
"generate": "graphql-codegen --config gqlcodegen.yml"
2019-11-30 11:43:55 +00:00
},
"dependencies": {
"@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",
"@mui/styles": "^5.4.2",
2022-02-22 13:10:39 +00:00
"allotment": "^1.9.0",
2022-01-28 19:20:15 +00:00
"deepmerge": "^4.2.2",
"graphql": "^16.2.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.31.1",
"next": "^12.0.8",
"next-fonts": "^1.0.3",
2022-01-28 19:20:15 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-split-pane": "^0.1.92"
},
"devDependencies": {
2022-01-28 19:20:15 +00:00
"@babel/core": "^7.0.0",
2022-02-22 13:10:39 +00:00
"@graphql-codegen/cli": "2.6.1",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.3",
"@graphql-codegen/typescript-operations": "2.3.0",
"@graphql-codegen/typescript-react-apollo": "3.2.6",
2022-01-28 19:20:15 +00:00
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.12",
"@types/react": "^17.0.38",
2022-02-22 13:10:39 +00:00
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
2022-01-28 19:20:15 +00:00
"eslint": "^8.7.0",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "^8.3.0",
2022-02-23 14:20:23 +00:00
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
2022-01-28 19:20:15 +00:00
"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
}
}