-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
44
{
"name": "milan-codes.github.io",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format:write": "prettier . --write",
"format:check": "prettier . --check",
"prepare": "husky"
},
"dependencies": {
"@astrojs/partytown": "^2.1.4",
"@fontsource-variable/roboto-mono": "^5.2.8",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.14.1",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.36.0",
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "^8.44.1",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.36.0",
"eslint-plugin-astro": "^1.3.1",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"typescript-eslint": "^8.44.1"
}
}