-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 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": "@mykulyak/api-genie-doc-html-template",
"type": "module",
"private": false,
"version": "0.1.1",
"author": {
"name": "Mykulyak",
"email": "[email protected]",
"url": "https://www.github.com/mykulyak"
},
"repository": {
"type": "git+https",
"url": "git+https://github.com/mykulyak/api-genie-doc-html-template.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"public/",
"src/",
"astro.config.mjs",
"LICENSE",
"package.json",
"README.md",
"tailwind.config.mjs",
"tsconfig.json"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.0",
"astro-icon": "^1.1.0",
"clipboard": "^2.0.11",
"iso-639-1": "^3.1.2",
"shiki": "^1.1.7",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}