-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 936 Bytes
/
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
{
"name": "todo",
"license": "UNLICENSED",
"dependencies": {
"@hookform/resolvers": "2.8.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@types/yup": "0.29.13",
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.12.2",
"typescript": "^4.3.5",
"yup": "0.32.9"
},
"scripts": {
"dev": "next",
"lint": "next lint"
},
"devDependencies": {
"@apollo/client": "3.4.8",
"@types/react": "17.0.18",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-autofix": "1.0.5",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "^1.8.0",
"graphql": "15.5.1",
"prettier": "2.3.2"
}
}