-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.13 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.13 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "itsharta.github.io",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"format": "prettier -w '**/*.{js,jsx,cjs,ts,tsx,astro}'",
"preview": "astro preview",
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives",
"test": "node scripts/validate-data.mjs && astro check",
"test:watch": "astro check --watch"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/sitemap": "^3.6.1",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource/inter": "^5.2.5",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"astro-eslint-parser": "^1.3.0",
"eslint": "^9.24.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"satori": "^0.12.2",
"satori-html": "^0.3.2"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "4.4.2",
"@iconify-json/cib": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.32",
"@tailwindcss/postcss": "^4.1.7",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"astro": "^5.16.9",
"astro-compressor": "^1.0.0",
"astro-expressive-code": "^0.40.2",
"astro-icon": "^1.1.5",
"autoprefixer": "^10.4.21",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"reading-time": "^1.5.0",
"sharp": "^0.33.5",
"tailwindcss": "^4.1.4"
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"browserslist": "> 0.25%, not dead",
"repository": {
"type": "git",
"url": "https://github.com/itsharta/itsharta.github.io.git"
},
"bugs": {
"url": "https://github.com/itsharta/itsharta.github.io/issues"
},
"homepage": "https://profile.asthene.com",
"private": false,
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}
}