-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.18 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
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
77
78
{
"name": "https://sahilsinghrana.github.io",
"version": "1.0.1",
"private": false,
"scripts": {
"dev": "astro dev --port 4232 --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint -c eslint.config.mjs ./src/**/*.ts ./src/**/*.astro --report-unused-disable-directives --max-warnings 0 --no-warn-ignored",
"stylelint": "stylelint **/*.css **/*.scss",
"prettier": "prettier 'src/**/*.{js,ts,mjs,cjs,json,astro,html,md}' --write",
"prepare": "husky"
},
"author": {
"name": "Sahil Rana",
"email": "[email protected]",
"url": "https://sahilrana.in"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"homepage": "https://sahilsinghrana.github.io",
"repository": {
"type": "git",
"url": "git+https://github.com/sahilsinghrana/sahilsinghrana.github.io"
},
"keywords": [
"portfolio",
"Sahil Rana",
"blog",
"projects",
"Software Developer",
"Software Engineer",
"About",
"Contact"
],
"dependencies": {
"@astrojs/partytown": "^2.1.1",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.13.1",
"astro-breadcrumbs": "^2.3.0",
"astro-capo": "^0.0.1",
"astro-purgecss": "^4.1.1",
"astro-seo-schema": "^4.0.2",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.1",
"cssnano-preset-advanced": "^7.0.1",
"lucide-astro": "^0.379.0",
"lunarphase-js": "^2.0.3",
"postcss": "^8.4.38",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-import": "^16.1.0",
"postcss-reporter": "^7.1.0",
"postcss-url": "^10.1.3",
"purgecss": "^6.0.0",
"rehype-external-links": "^3.0.0",
"schema-dts": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.0",
"globals": "^15.4.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"postcss-html": "^1.7.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.0",
"sass": "^1.77.2",
"sharp": "^0.33.4",
"stylelint-config-html": "^1.1.0",
"ts-node": "^10.9.2",
"typescript-eslint": "^7.12.0"
}
}