-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "resume",
"description": "My resume",
"author": "Tien Dat Huynh <[email protected]>",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"commit": "git-cz",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/mdx": "^3.1.5",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.15.4",
"lodash": "^4.17.21",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cz-commitlint": "^17.4.4",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/parser": "^5.55.0",
"chroma-js": "^3.1.1",
"commitizen": "^4.3.0",
"daisyui": "^4.12.10",
"eslint": "^8.36.0",
"eslint-plugin-astro": "^0.26.0",
"husky": "^8.0.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.6.6"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}