-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.7 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.7 KB
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
68
69
70
71
72
73
74
75
76
77
{
"name": "react-hello-webapp",
"engines": {
"node": ">=20.0.0"
},
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"author": {
"name": "Alejandro Sanchez",
"url": "http://alesanchezr.com/"
},
"contributors": [
{
"name": "Alejandro Sanchez",
"url": "http://alesanchezr.com/"
},
{
"name": "Ignacio Cordoba",
"url": "http://github.com/nachovz"
}
],
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.8"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
},
"dependencies": {
"@cloudinary/react": "^1.14.3",
"@cloudinary/url-gen": "^1.22.0",
"@emailjs/browser": "^4.4.1",
"@google-cloud/speech": "^7.2.0",
"@react-google-maps/api": "^2.20.7",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.0",
"motion": "^12.23.22",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.10",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"react-router-hash-link": "^2.4.3",
"react-textarea-autosize": "^8.5.9",
"reactstrap": "^9.2.3",
"socket.io-client": "^4.7.4"
}
}