forked from AndreCruz2005/VibeHack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "estima-educacao",
"version": "1.0.0",
"description": "Aplicação para encontrar instituições de ensino próximas com informações detalhadas",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx,ts,tsx"
},
"dependencies": {
"@types/leaflet": "^1.9.20",
"autoprefixer": "^10.4.16",
"axios": "^1.6.0",
"cheerio": "^1.1.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.294.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"keywords": [
"educação",
"periferia",
"mapa",
"instituições"
],
"author": "Estima",
"license": "MIT",
"type": "module"
}