You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.2 KiB

{
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.11",
"@graphql-codegen/typescript-operations": "2.4.0",
"@graphql-codegen/typescript-react-apollo": "3.2.14",
"@types/node": "^17.0.42",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"parcel": "^2.6.0",
"process": "^0.11.10",
"typescript": "^4.7.3"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.84",
"@mui/material": "^5.8.2",
"@types/store": "^2.0.2",
"graphql": "^16.5.0",
"inversify": "^6.0.1",
"inversify-react": "^1.0.2",
"mobx": "^6.6.0",
"mobx-react": "^7.5.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.31.3",
"react-router-dom": "^6.3.0",
"reflect-metadata": "^0.1.13",
"store": "^2.0.12"
},
"scripts": {
"start": "parcel index.html -p 31235",
"gqlcg": "graphql-codegen --config codegen.yml",
"build": "parcel build index.html --dist-dir build --public-url /static/"
}
}