-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "dicka-front-end-developer-14apr2022",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"classnames": "^2.3.1",
"cropperjs": "^1.5.12",
"firebase": "^9.6.11",
"jwt-decode": "^3.1.2",
"next": "12.1.5",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-cropper": "^2.1.8",
"react-dom": "18.0.0",
"react-hook-form": "^7.29.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-loading": "^2.0.3",
"react-textarea-autosize": "^8.3.3",
"universal-cookie": "^4.0.4",
"yup": "^0.32.11",
"zustand": "^3.7.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.5",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
}