-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 815 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
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
{
"dependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-select": "^3.0.28",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"dayjs": "^1.9.7",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"fp-ts": "^2.9.1",
"jsonwebtoken": "^9.0.0",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-select": "^3.1.1",
"rfc4648": "^1.4.0",
"prettier": "^2.2.1",
"typescript": "^4.0.5"
}
}