-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 765 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
29
30
31
32
{
"name": "startup-steroid",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"dependencies": {
"@hookform/resolvers": "^2.8.8",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"dayjs": "^1.11.0",
"dompurify": "^2.3.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dropzone": "^12.0.5",
"react-flatpickr": "^3.10.11",
"react-hook-form": "^7.29.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-select": "^5.3.0",
"reactstrap": "^9.0.1",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "^8.13.0",
"sass": "^1.50.0"
}
}