-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1018 Bytes
/
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
{
"name": "industrial-transformation",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "5.3.0",
"i18next": "23.2.11",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.1",
"intersection-observer": "0.12.2",
"lightgallery": "2.7.1",
"react": "18.2.0",
"react-bootstrap": "2.8.0",
"react-dom": "18.2.0",
"react-fast-marquee": "1.6.1",
"react-ga4": "2.1.0",
"react-google-recaptcha": "3.1.0",
"react-helmet": "6.1.0",
"react-i18next": "13.0.2",
"react-router-dom": "6.14.1"
},
"devDependencies": {
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react-swc": "3.3.2",
"standard": "17.1.0",
"vite": "4.4.0"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
},
"homepage": "https://industrialtransformation.mx"
}