-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.75 KB
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
{
"name": "astro-template",
"version": "3.0.0",
"dependencies": {
"@astrojs/check": "^0.9.9",
"@iwbc/sass-utils": "^2.0.1",
"astro": "^6.3.5",
"astro-html-beautifier": "^1.0.5",
"astro-icon": "^1.1.5",
"astro-seo": "^1.1.0",
"ismobilejs": "^1.1.1",
"kiso.css": "^1.2.4",
"throttle-debounce": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@total-typescript/ts-reset": "^0.6.1",
"@types/throttle-debounce": "^5.0.2",
"@typescript-eslint/parser": "^8.59.4",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.8.1",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"sass-embedded": "^1.99.0",
"sharp": "^0.34.5",
"stylelint": "^17.11.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^7.7.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-order": "^8.1.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.4"
},
"engines": {
"node": "^24.0.0",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"packageManager": "pnpm@11.3.0",
"scripts": {
"astro": "astro",
"build": "astro build",
"check": "astro check",
"dev": "astro dev",
"lint": "run-p lint:*",
"lint-staged": "lint-staged",
"lint:script": "eslint .",
"lint:style": "stylelint \"./src/**/*.{astro,tsx,scss,css}\"",
"prepare": "husky",
"preview": "astro preview"
},
"type": "module"
}