-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.4 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
79
80
81
82
83
84
85
86
{
"name": "odracirdev",
"version": "1.0.0",
"description": "Portafolios personal con proyectos propios y de la comunidad.",
"keywords": [
"astro",
"astrojs",
"astro-boilerplate",
"astro-template",
"boilerplate",
"starter",
"starter-template",
"template"
],
"bugs": {
"url": "https://github.com/odracirdev/odracirdev.github.io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/odracirdev/odracirdev.github.io"
},
"license": "MIT",
"author": "Ricardo Cuauro - odraciRdev <[email protected]>",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"prepare": "simple-git-hooks",
"preview": "astro preview",
"start": "astro dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write ."
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged && pnpm ls-lint",
"commit-msg": "pnpm commitlint -c -e ${1}"
},
"lint-staged": {
"./**/*.{astro,css,js,json,ts,jsx,tsx,mjs,yaml,yml}": [
"prettier --cache --write",
"eslint --fix"
]
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/ts-plugin": "1.10.4",
"@fontsource-variable/comfortaa": "5.1.0",
"@fontsource-variable/nunito": "5.1.0",
"@playform/compress": "0.1.6",
"@playform/inline": "0.1.0",
"astro": "4.16.8",
"astro-compressor": "0.4.1",
"astro-icon": "1.1.1",
"astro-seo-schema": "4.0.2",
"astro-sitemap": "1.0.0",
"astro-tunnel": "0.1.6",
"lightningcss": "1.27.0",
"sanitize.css": "13.0.0",
"schema-dts": "1.1.2"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "9.14.0",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@ls-lint/ls-lint": "2.2.3",
"@typescript-eslint/parser": "8.13.0",
"astro-eslint-parser": "1.0.3",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.3.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.11.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"simple-git-hooks": "2.11.1",
"typescript": "^5.6.3",
"typescript-eslint": "8.13.0"
}
}