-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.09 KB
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
{
"name": "duylongapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.956.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@heroicons/react": "^2.2.0",
"@material-tailwind/react": "^2.1.10",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.2",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.12",
"@types/react-router-dom": "^5.3.3",
"@xstate/react": "^6.0.0",
"axios": "^1.13.2",
"buffer": "^6.0.3",
"dotenv": "^17.2.3",
"eslint-plugin-react": "^7.37.5",
"framer-motion": "^12.19.1",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"lucide-react": "^0.540.0",
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1",
"motion": "^12.23.12",
"mui": "^0.0.1",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-draggable": "^4.5.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.1",
"remark-gfm": "^4.0.1",
"styled-components": "^6.1.19",
"tailgrids": "^2.3.0",
"tailwindcss-textshadow": "^2.1.3",
"xstate": "^5.20.2",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.21",
"@types/minio": "^7.1.0",
"@types/node": "^24.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"sass": "^1.89.0",
"tailwindcss": "^4.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
},
"engines": {
"node": ">=18.2.0"
},
"proxy": "app.duylong.art:8686"
}