-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "bootstrap-pretty-docs",
"packageManager": "yarn@3.2.4",
"type": "module",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "Pretty and flexible themes for Bootstrap 5.",
"repository": {
"type": "git",
"url": "git+https://github.com/bootstrap-pretty/bootstrap-pretty-docs.git"
},
"author": "Bootstrap Pretty (https://bootstrappretty.dev)",
"bugs": {
"url": "https://github.com/bootstrap-pretty/bootstrap-pretty-docs/issues"
},
"homepage": "https://github.com/bootstrap-pretty/bootstrap-pretty-docs#readme",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.5",
"@popperjs/core": "^2.11.6",
"anchor-js": "^5.0.0",
"astro": "4.3",
"astro-icon": "^0.8.0",
"bootstrap-pretty": "0.2.2",
"clipboard": "^2.0.11",
"sass": "^1.55.0"
},
"devDependencies": {
"@playwright/test": "1.28.1"
},
"resolutions": {
"shikiji@^0.9.18": "patch:shikiji@npm%3A0.9.19#./.yarn/patches/shikiji-npm-0.9.19-03bf5f62f6.patch"
}
}