-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.79 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
61
62
63
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "eslint ."
},
"dependencies": {
"@hookform/resolvers": "^2.0.0",
"@prisma/client": "^2.20.1",
"date-fns": "^2.19.0",
"js-cookie": "^2.2.1",
"next": "latest",
"next-auth": "^3.14.0",
"pg": "^8.5.1",
"prisma": "2.20.1",
"react": "^17.0.1",
"react-datepicker": "^3.7.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.2",
"react-hook-form": "^7.0.4",
"react-input-mask": "^2.0.4",
"react-phone-input-2": "^2.14.0",
"react-select": "^4.3.0",
"react-toastify": "^7.0.3",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"swr": "^0.5.5",
"yup": "^0.32.9",
"tailwindcss": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@types/js-cookie": "^2.2.6",
"@types/next-auth": "^3.13.0",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^17.0.1",
"@types/react-input-mask": "^3.0.0",
"@types/react-select": "^4.0.14",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"autoprefixer": "^10.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.2.9",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"license": "MIT"
}