-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 897 Bytes
/
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
{
"name": "devlog-zgodowie-org",
"private": true,
"type": "module",
"version": "1.5.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not dead"
],
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@picocss/pico": "^2.0.6",
"astro": "^5.1.9",
"astro-robots-txt": "^1.0.0",
"dayjs": "^1.11.13",
"marked": "^15.0.6",
"rehype-figure-title": "^1.0.0",
"remark-gfm": "^4.0.0",
"vfile": "^6.0.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"typescript": "^5.7.3"
}
}