-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 797 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "rm -rf dist .astro && astro build",
"preview": "astro preview",
"astro": "astro",
"api": "npx netlify functions:serve",
"deploy:test": "netlify deploy --build --alias test",
"deploy:prod": "netlify deploy --build --prod"
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.3.5",
"@astrojs/mdx": "^7.0.5",
"@astrojs/netlify": "^8.1.3",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.1.6",
"chart.js": "^4.5.1",
"dayjs": "^1.11.21",
"leaflet": "^1.9.4",
"leaflet-gpx": "^2.2.0",
"lodash": "^4.18.1",
"simplify-js": "^1.2.4"
},
"devDependencies": {
"netlify-cli": "^26.2.0"
}
}