-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.93 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": "prototipo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@babel/preset-env": "^7.23.8",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.0.1",
"antd": "^5.11.3",
"autoprefixer": "^10.4.16",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"helmet": "^7.1.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"mysql": "^2.18.1",
"nexmo": "^2.9.1",
"nodemailer": "^6.9.10",
"openai": "^4.24.7",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.12.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.19.0",
"react-simple-chatbot": "^0.5.0",
"sqlite3": "^5.1.7",
"tailwindcss": "^3.3.5",
"tw-elements-react": "^1.0.0-alpha2",
"twilio": "^4.21.0",
"vite-plugin-windicss": "^1.9.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/preset-react": "^7.23.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"http-proxy-middleware": "^3.0.0",
"vite": "^5.0.0"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "config.js",
"keywords": [],
"author": "",
"license": "ISC"
}