-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
34 lines (34 loc) · 954 Bytes
/
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
{
"name": "shuttle-esb",
"version": "1.0.0",
"description": "Documentation for the Shuttle.Esb free open-source .NET enterprise service bus.",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"serve": "vitepress serve src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shuttle/shuttle-esb.git"
},
"keywords": [
"shuttle",
"design-system"
],
"author": "Eben Roux",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shuttle/shuttle-esb/issues"
},
"homepage": "https://github.com/Shuttle/shuttle-esb#readme",
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.15"
},
"dependencies": {
"@vueuse/core": "^9.2.0",
"normalize.css": "^8.0.1",
"shuttle-theme": "^1.1.4",
"vitepress": "^1.0.0-alpha.13"
}
}