-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 821 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 821 Bytes
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
{
"name": "barbacane-website",
"version": "1.0.0",
"description": "Barbacane - The spec-driven API gateway",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "node --test scripts/__tests__/*.test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barbacane-dev/website.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/barbacane-dev/website/issues"
},
"homepage": "https://github.com/barbacane-dev/website#readme",
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.17.1",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"gray-matter": "^4.0.3"
}
}