-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nextjs-mui",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "gql-gen",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier \"**/*.{ts,tsx,css,graphql}\" --write"
},
"dependencies": {
"@apollo/client": "^3.4.17",
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"@mui/styles": "^5.1.0",
"@types/axios": "^0.14.0",
"@types/jsonwebtoken": "^8.5.6",
"@types/lodash": "^4.14.177",
"@types/passport": "^1.0.7",
"axios": "^0.24.0",
"crypto": "^1.0.1",
"deepmerge": "^4.2.2",
"graphql": "^15.6.1",
"jose": "^4.3.6",
"jsonwebtoken": "^8.5.1",
"ldapjs": "^2.3.1",
"lodash": "^4.17.21",
"next": "12.0.3",
"next-auth": "^3.29.0",
"node-jose-tools": "^0.9.3",
"passport": "^0.5.0",
"passport-ldapauth": "^3.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.5.0",
"@graphql-codegen/add": "^2.0.1",
"@graphql-codegen/cli": "^1.17.10",
"@graphql-codegen/typescript": "^1.17.10",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.7",
"@graphql-codegen/typescript-resolvers": "^1.17.10",
"@types/ldapjs": "^2.2.2",
"@types/react": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "7.32.0",
"eslint-config-next": "^12.0.3",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}