-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 877 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 877 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
{
"name": "lotta-dev",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/rss": "^4.0.12",
"@fontsource-variable/nunito-sans": "^5.0.9",
"@fontsource-variable/source-code-pro": "^5.0.17",
"astro": "^5.14.7",
"date-fns": "^3.0.6",
"marked": "^11.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-sectionize": "^2.0.0",
"sanitize-html": "^2.11.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/sanitize-html": "^2.9.5",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1"
}
}