-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "schematics-docs",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@astrojs/check": "^0.5.6",
"@astrojs/starlight": "^0.20.1",
"@astrojs/starlight-docsearch": "0.1.0",
"algoliasearch": "4.23.3",
"astro": "^4.3.5",
"astro-compressor": "0.4.1",
"astro-expressive-code": "0.33.4",
"astro-favicons": "2.0.2",
"astro-og-canvas": "0.4.2",
"astro-purgecss": "4.1.0",
"purgecss": "5.0.0",
"sass": "1.71.1",
"sharp": "^0.32.5",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Hyperxq/Project-Builder-schematics-docs"
},
"publishConfig": {
"access": "public"
},
"author": "Hyperxq",
"license": "MIT",
"keywords": [
"Schematics",
"Schematics Docs",
"Angular schematics",
"Schematics for javascript"
],
"devDependencies": {
"astro-seo-metadata": "^0.6.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}