-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "@theholocron/theholocron.github.io",
"version": "1.1.0",
"description": "The Holocron Archives.",
"homepage": "https://docs.theholocron.dev",
"bugs": "https://github.com/theholocron/theholocron.github.io/issues",
"repository": {
"type": "git",
"url": "https://github.com/theholocron/theholocron.github.io.git"
},
"license": "GPL-3.0",
"author": "Newton Koumantzelis",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"prepare": "husky",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/starlight": "^0.28.4",
"astro": "^4.16.5",
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@theholocron/commitlint-config": "^3.4.4",
"@theholocron/eslint-config": "^3.4.4",
"@theholocron/jest-config": "^3.4.4",
"@theholocron/lint-staged-config": "^3.4.4",
"@theholocron/prettier-config": "^3.4.4",
"@theholocron/storybook-config": "^3.4.4",
"@theholocron/stylelint-config": "^3.4.4",
"@theholocron/tsconfig": "^3.4.4",
"alexjs": "^1.0.0"
},
"packageManager": "npm@9.5.0",
"engines": {
"node": ">=23",
"npm": ">=10"
},
"releases": "https://github.com/theholocron/theholocron.github.io/releases",
"wiki": "https://github.com/theholocron/theholocron.github.io/wiki"
}