forked from th3cyb3rhub/TheCyberHUB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 KB
/
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
39
40
41
42
43
44
45
46
{
"homepage": "https://thecyberhub.org/",
"name": "thecyberhub.org",
"private": true,
"version": "0.16.0",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postbuild": "react-snap"
},
"reactSnap": {
"inlineCss": true,
"source": "dist",
"minifyHtml": {
"collapseWhitespace": false,
"removeComments": false
}
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.4",
"moment": "^2.29.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scroll": "^1.8.7",
"react-spinners": "^0.13.4",
"react-spinners-kit": "^1.9.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"gh-pages": "^4.0.0",
"react-snap": "^1.23.0",
"tailwindcss": "^3.0.24",
"vite": "^2.9.9"
}
}