-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1018 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
{
"homepage": "https://cybersleuths.github.io/CyberSleuths2.0/",
"name": "Cyber Sleuths-website",
"version": "0.0.0",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"aos": "^2.3.4",
"axios": "^0.27.2",
"browserslist": "^4.20.3",
"font-awesome": "^4.7.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"react-lazy-load-image-component": "^1.5.4",
"react-router-dom": "^5.3.0",
"react-typed": "^2.0.12",
"save": "^2.5.0",
"swiper": "^11.1.12"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.3.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.7",
"gh-pages": "^6.1.1",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"vite": "^2.9.13"
}
}