-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 Bytes
/
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
{
"name": "frontend",
"version": "0.0.0",
"license": "MIT",
"maintainers": [
"Arjun Shibu <arjunshibu1999@gmail.com>",
"Noble Mathew <noblemathew17@gmail.com>",
"Stefhina George <stefhina67@gmail.com>",
"Anitta Mary Thomas <anitta021997@gmail.com>"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 3000",
"start": "yarn build && yarn preview"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"aos": "^2.3.4",
"axios": "^0.26.1",
"gsap": "^3.10.3",
"jose": "^4.6.1",
"react": "^17.0.2",
"react-clipboard.js": "^2.0.16",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.29.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.4",
"daisyui": "^2.13.6",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"vite": "^2.9.0"
}
}