-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 KB
/
package.json
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
{
"name": "dwightgunning-com",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && echo 'tsc...' && tsc --noEmit && echo 'tsc succeeded.' && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "husky install"
},
"dependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/mdx": "3.1.2",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"astro": "4.11.5",
"astro-heroicons": "^0.3.0",
"maplibre-gl": "^3.3.1",
"photoswipe": "^5.3.8",
"pmtiles": "^2.10.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@types/node": "^20.5.8",
"@types/photoswipe": "^4.1.2",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.1"
}