-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.49 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
{
"name": "green-map",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"tailwind:build": "tailwindcss -i ./src/index.css -o ./dist/tailwind.css --minify",
"postinstall": "node ./scripts/postinstall.js || true"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@reduxjs/toolkit": "^2.9.2",
"axios": "^1.13.1",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"firebase": "^12.5.0",
"framer-motion": "^12.23.24",
"lucide-react": "^0.548.0",
"postinstall": "^0.11.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.9.4",
"redux-persist": "^6.0.0",
"tesseract.js": "^6.0.1"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.14",
"eslint": "^9.37.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.23",
"eslint-plugin-tailwindcss": "^3.9.0",
"globals": "^16.4.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.4.7",
"vite": "^7.1.9",
"vite-plugin-pwa": "^1.1.0",
"workbox-core": "^7.3.0",
"workbox-window": "^7.3.0"
},
"overrides": {
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5"
},
"proxy": "http://localhost:8080"
}