-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 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
{
"name": "safemap-landing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx,.astro",
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx,.astro --fix",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,astro,json,css,md}",
"type-check": "astro check && tsc --noEmit"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.0",
"@astrojs/tailwind": "^6.0.2",
"@midudev/tailwind-animations": "^0.2.0",
"@types/leaflet": "^1.9.18",
"astro": "^5.8.1",
"framer-motion": "^12.15.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.511.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-leaflet": "^5.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"prettier": "^3.5.3"
}
}