-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "heggyoclient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "latest",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"clsx": "latest",
"date-fns": "^2.21.3",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"material-ui-dropzone": "^3.5.0",
"next": "^10.2.2",
"react": "^17.0.2",
"react-big-calendar": "^0.30.0",
"react-dom": "^17.0.2",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/lodash": "^4.14.170",
"@types/node": "^14.17.0",
"@types/react": "^17.0.6",
"@types/react-big-calendar": "^0.24.8",
"@types/react-dom": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.0",
"sass": "^1.34.0",
"typescript": "^4.2.4"
}
}