-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.87 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
{
"name": "ramigs.dev",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ramigs/ramigs.dev"
},
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev --open",
"build": "astro check && vue-tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check && vue-tsc --noEmit",
"lint": "eslint . && stylelint '**/*.{css,vue,astro}'",
"lint:fix": "eslint . --fix && stylelint '**/*.{css,vue,astro}' --fix",
"lint:css": "stylelint '**/*.{css,vue,astro}'",
"lint:css:fix": "stylelint '**/*.{css,vue,astro}' --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/vue": "^7.0.1",
"astro": "^7.1.4",
"astro-expressive-code": "^0.44.1",
"fuse.js": "^7.5.0",
"vue": "^3.5.40"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@eslint/js": "^10.0.1",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^3.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-vue": "^10.10.0",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"globals": "^17.8.0",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.35.3",
"stylelint": "^17.14.1",
"stylelint-config-astro": "^2.0.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard": "^40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "^8.65.0",
"vite-plugin-checker": "^0.14.5",
"vue-tsc": "^3.3.8",
"zod": "^4.4.3"
}
}