-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.31 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.31 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"private": true,
"scripts": {
"codegen": "graphql-let",
"dev": "next",
"build": "next build",
"test": "jest",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@graphql-codegen/typescript": "^2.3.1",
"@graphql-codegen/typescript-operations": "^2.2.0",
"@graphql-tools/load-files": "6.0.18",
"@graphql-tools/merge": "6.0.18",
"@graphql-tools/schema": "6.0.18",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@material-ui/core": "^4.12.3",
"@mui/lab": "^5.0.0-alpha.54",
"@netlify/plugin-nextjs": "^3.9.2",
"@tailwindcss/forms": "^0.3.4",
"@tailwindui/react": "^0.1.1",
"@typegoose/typegoose": "^9.2.0",
"@types/crypto-js": "^4.0.2",
"@types/jsonwebtoken": "^8.5.5",
"@types/micro-cors": "^0.1.2",
"apollo-server-micro": "2.22.2",
"autoprefixer": "^10.4.0",
"axios": "0.21.1",
"class-validator": "^0.13.1",
"crypto-js": "^4.1.1",
"daisyui": "^1.16.1",
"framer-motion": "^4",
"graphql": "^15.3.0",
"grommet": "^2.18.0",
"heroicons": "^1.0.5",
"jsonwebtoken": "^8.5.1",
"material-ui": "^1.0.0-beta.47",
"micro-cors": "^0.1.1",
"moment": "^2.29.1",
"mongoose": "^6.0.12",
"next": "10.2.0",
"nextjs-cors": "^2.1.0",
"pino": "6.11.2",
"postcss": "^8.3.11",
"react": "17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.3.0",
"react-dates": "^21.8.0",
"react-day-picker": "^7.4.10",
"react-detect-click-outside": "^1.1.1",
"react-dom": "17.0.2",
"react-table": "^7.7.0",
"react-use-event-listener": "^1.1.1",
"reflect-metadata": "^0.1.13",
"styled-components": "^5.3.3",
"tailwindcss": "^2.2.19",
"type-graphql": "1.1.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.15",
"@types/node": "14.14.37",
"@types/pino": "6.3.7",
"@types/react": "17.0.3",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1",
"graphql-codegen-apollo-next-ssr": "^1.7.1",
"prettier": "^2.4.1",
"typescript": "4.2.4"
}
}