-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 KB
/
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
{
"name": "@ehkoo/web",
"version": "4.0.0",
"license": "MPL-2.0",
"homepage": "https://ehkoo.com",
"description": "Website tiếng Việt chuyên hướng dẫn tùm lum về JavaScript, CSS, React, và chuyện lập trình frontend.",
"repository": {
"type": "git",
"url": "https://github.com/ehkoo/web"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro build && astro preview"
},
"dependencies": {
"@astrojs/rss": "4.0.5",
"@csstools/postcss-global-data": "2.1.0",
"@zachleat/browser-window": "1.0.14",
"astro": "4.6.3",
"mdast-util-to-string": "4.0.0",
"open-props": "1.7.3",
"postcss": "8.4.31",
"postcss-calc": "9.0.1",
"postcss-custom-media": "10.0.2",
"postcss-each": "1.1.0",
"postcss-jit-props": "1.0.14",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.2.0",
"reading-time": "1.5.0",
"rehype-external-links": "3.0.0",
"slugify": "1.6.6"
},
"devDependencies": {
"eslint": "9.1.0",
"eslint-plugin-prettier": "5.1.3"
}
}