-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "org",
"private": true,
"version": "1.0.21",
"type": "module",
"description": "Mi Proyecto Web en React y Vite: una muestra de desarrollo moderno con cortocircuitos lógicos, modales intuitivos y más.",
"keywords": [
"react",
"vite",
"graphql",
"apollo",
"lottie",
"formkit",
"react-transition-group",
"shortid"
],
"author": "JMMOLLER",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@formkit/auto-animate": "^0.7.0",
"graphql": "^16.8.0",
"graphql-ws": "^5.14.0",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^7.1.0",
"lottie-web": "^5.12.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.0",
"react-router-dom": "^6.15.0",
"react-transition-group": "^4.4.5",
"shortid": "^2.2.16"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^8.0.0",
"vite": "^4.4.5"
},
"lastUpdate": "28/08/2023"
}