-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.51 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
{
"name": "rahuldogra-dev",
"description": "Rahul Dogra Software engineering portfolio",
"type": "module",
"version": "2.0.0",
"author": {
"name": "Rahul Dogra"
},
"keywords": [
"typescript",
"astro",
"html",
"tailwind",
"typed.js",
"portfolio"
],
"repository": {
"type": "git",
"url": "https://github.com/irahuldogra/rahuldogra.dev.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/irahuldogra/rahuldogra.dev/issues"
},
"homepage": "https://github.com/irahuldogra/rahuldogra.dev",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/partytown": "^2.0.2",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.5.5",
"astro-icon": "^0.8.1",
"tailwindcss": "^3.0.24",
"typed.js": "^2.1.0",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}