-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1016 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
39
40
41
42
43
{
"name": "yarkov.tech",
"private": false,
"version": "2.1.0",
"description": "Personal website created with Astro.",
"author": {
"name": "Sergey Yarkov",
"email": "serzh.yarkov@gmail.com",
"url": "https://yarkov.tech"
},
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/solid-js": "^3.0.1",
"@netlify/functions": "^2.1.0",
"@sindresorhus/slugify": "^2.2.1",
"astro": "^3.2.0",
"astro-icon": "^0.8.1",
"astro-netlify-cms": "^0.5.4",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8.0.0",
"html-escaper": "^3.0.3",
"ioredis": "^5.3.2",
"mime-types": "^2.1.35",
"quicklink": "^2.3.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.32.6",
"solid-js": "^1.7.12"
},
"devDependencies": {
"@types/mime-types": "^2.1.2",
"sass": "^1.68.0"
}
}