-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 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": "deliverit-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.9",
"@heroicons/react": "^2.0.18",
"@react-google-maps/api": "^2.19.2",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/forms": "^0.5.4",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/node": "^3.0.6",
"autoprefixer": "10.4.14",
"axios": "^1.5.0",
"classnames": "^2.3.2",
"cookies-next": "^4.0.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"jose": "^4.14.6",
"jsonwebtoken": "^9.0.2",
"next": "^13.5.4",
"postcss": "8.4.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.2",
"react-webcam": "^7.1.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"sharp": "^0.32.4",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.3",
"@types/tailwindcss": "^3.1.0",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"cypress": "^4.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0"
}
}