-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.15 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "kamien-importaciones",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "serve dist -s -n -L -p $PORT"
},
"dependencies": {
"@babel/traverse": "^7.24.1",
"@emailjs/browser": "^4.3.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hapi/hoek": "^11.0.4",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@paypal/checkout-server-sdk": "^1.0.3",
"@paypal/react-paypal-js": "^8.3.0",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.7.7",
"bl": "^6.0.13",
"bootstrap-icons": "^1.11.3",
"brace-expansion": "^4.0.0",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"embla-carousel": "^8.0.2",
"embla-carousel-autoplay": "^8.0.2",
"embla-carousel-react": "^8.0.2",
"express": "^4.21.0",
"extend": "^3.0.2",
"firebase": "^9.23.0",
"framer-motion": "^11.2.12",
"fstream": "^1.0.12",
"hawk": "^9.0.2",
"is-my-json-valid": "^2.20.6",
"json-schema": "^0.4.0",
"jsonschema": "^1.4.1",
"jsprim": "^2.0.2",
"kamien-importaciones": "file:",
"latest": "^0.2.0",
"leaflet": "^1.9.4",
"minimist": "^1.2.8",
"node": "^20.13.1",
"nodemon": "^3.1.0",
"npm": "^10.8.1",
"npm-user-validate": "^2.0.1",
"protobufjs": "^7.2.6",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-floating-whatsapp": "^5.0.8",
"react-hook-form": "^7.51.3",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"serve": "^14.2.1",
"sonner": "^1.4.41",
"sshpk": "^1.18.0",
"stringstream": "^1.0.0",
"tough-cookie": "^4.1.4",
"tunnel-agent": "^0.6.0",
"uuid": "^9.0.1",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^3.1.0",
"hawk": "^9.0.2",
"minimatch": "^9.0.5",
"npm-user-validate": "^2.0.1",
"qs": "^6.2.4",
"tar": "^7.4.0",
"vite": "^4.5.3"
}
}