-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "uxcorprangel.github.io",
"description": "Sitio web de UX Corp Rangel",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"repository": "github:UXCorpRangel/uxcorprangel.github.io",
"author": {
"name": "UX Corp Rangel",
"url": "https://github.com/UXCorpRangel"
},
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@fontsource-variable/onest": "^5.1.0",
"@fontsource/titan-one": "^5.1.0",
"astro": "^4.16.13",
"astro-icon": "^1.1.1",
"astro-seo-schema": "^4.0.2",
"sanitize.css": "^13.0.0",
"schema-dts": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@typescript-eslint/parser": "^8.8.1",
"astro-eslint-parser": "^1.0.3",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"lightningcss": "^1.27.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1"
},
"engines": {
"node": ">=20.17.0",
"pnpm": ">=9.10.0"
}
}