-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.75 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
{
"name": "santhosh.raju",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"commit": "cz",
"prepare": "husky install",
"lint": "eslint 'src/**/*.{jsx,js,astro}'",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SanthoshRaju91/santhosh.raju.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SanthoshRaju91/santhosh.raju/issues"
},
"homepage": "https://santhoshraju.dev",
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",
"@fontsource-variable/inter": "^5.0.17",
"@vercel/analytics": "^1.2.2",
"astro": "^4.3.5",
"astro-icon": "^0.7.1",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@astrojs/react": "^3.0.10",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^5.59.7",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"prettier": "2.8.8",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.52.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true"
}
}
}