-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "openwaters-io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"format": "prettier --write .",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.4.2",
"@astrojs/vercel": "^9.0.4",
"@iconify-json/mdi": "^1.2.3",
"@neaps/api": "*",
"@neaps/react": "*",
"@neaps/tide-predictor": "*",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-query": "^5.90.21",
"astro": "^5.17.1",
"astro-icon": "^1.1.5",
"clsx": "^2.1.1",
"coordinate-format": "^1.0.0",
"maplibre-gl": "^5.19.0",
"neaps": "*",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-map-gl": "^8.1.0",
"tailwind-merge": "^2.5.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.6.0"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}