forked from Kevin04C/app-estudiantes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
54
{
"name": "app-estudiantes",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest --watchAll"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.0",
"axios": "^1.1.3",
"esbuild": "^0.17.3",
"i": "^0.3.7",
"i18next": "^23.2.8",
"i18next-browser-languagedetector": "^7.1.0",
"javascript-time-ago": "^2.5.9",
"npm": "^9.1.2",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^13.0.1",
"react-icons": "^4.6.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.4",
"react-time-ago": "^7.2.1",
"redux-thunk": "^2.4.2",
"sass": "^1.56.1",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@faker-js/faker": "^7.6.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"babel-jest": "^29.4.1",
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.10",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"prettier": "2.7.1",
"vite": "^3.2.3"
}
}