-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "hrynko.github.io",
"type": "module",
"version": "2.0.0",
"scripts": {
"prepare": "husky",
"dev": "astro dev",
"build": "astro check && astro build",
"lint": "eslint . --ext .js,.ts,.tsx,.astro --fix --ignore-path .gitignore",
"format": "prettier . --write --ignore-path .gitignore"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/sitemap": "^3.2.1",
"@fontsource/noto-sans": "^5.1.0",
"@playform/compress": "^0.1.6",
"astro": "^5.1.1",
"medium-zoom": "^1.1.0",
"rehype-external-links": "^3.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.70.0",
"typescript": "^5.3.3"
}
}