-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 918 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 918 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
33
34
35
36
37
{
"name": "formlogin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev & npx next-video sync -w",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@animxyz/react": "^0.6.7",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@szhsin/react-accordion": "^1.2.3",
"aos": "^3.0.0-beta.6",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"flowbite-react": "^0.7.2",
"formik": "^2.4.5",
"next": "14.1.0",
"next-client-cookies": "^1.1.0",
"next-video": "^0.12.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-loader-spinner": "^6.1.6",
"yup": "^1.3.3"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}