-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.8 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
{
"name": "memoria",
"version": "0.10.1",
"description": "A Web App storages all your memory resources.",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "/~https://github.com/SyNguyen98/memoria-fe"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build --mode prod",
"build-dev": "tsc && vite build --mode dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/system": "^6.3.1",
"@mui/x-date-pickers": "^7.23.6",
"@reduxjs/toolkit": "^2.5.0",
"@tanstack/react-query": "^5.63.0",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"i18next": "^24.2.1",
"leaflet": "^1.9.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-leaflet": "^5.0.0",
"react-redux": "^9.2.0",
"react-router": "^7.1.1",
"react-slick": "^0.30.3",
"react-spinners": "^0.15.0",
"react-swipeable": "^7.0.2",
"sass": "^1.83.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.62.16",
"@types/leaflet": "^1.9.16",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react-redux": "^7.1.34",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7"
}
}