-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 810 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 810 Bytes
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
{
"name": "linwood-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "5.0.4",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"@linwooddev/style": "^0.4.2",
"@phosphor-icons/web": "^2.1.2",
"astro": "6.1.9",
"remark-custom-header-id": "^1.0.0",
"sharp": "^0.34.5",
"typescript": "^6.0.3",
"workbox-build": "^7.4.0"
},
"packageManager": "pnpm@11.0.0",
"devDependencies": {
"@vite-pwa/astro": "^1.2.0",
"sass": "^1.99.0",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0"
},
"pnpm": {
"overrides": {
"lodash": "4.17.21"
}
}
}