forked from Priyaaa1/StartConnect-Hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "startconnect",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.5",
"antd": "^5.17.4",
"aos": "^2.3.4",
"axios": "^1.7.2",
"boxicons": "^2.1.4",
"emailjs-com": "^3.2.0",
"font-awesome": "^4.7.0",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-chatbot-kit": "^2.2.2",
"react-dom": "^18.2.0",
"react-fontawesome": "^1.7.1",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.38",
"rimraf": "^5.0.7",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.3",
"vite": "^5.3.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}