-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 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
35
36
{
"name": "@dashkite/vellum",
"version": "0.7.5",
"description": "Web Components for Web sites",
"main": "build/src/index.js",
"main:coffee": "src/index.coffee",
"scripts": {
"test": "genie test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashkite/vellum.git"
},
"author": "Dan Yoder",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/dashkite/vellum/issues"
},
"homepage": "https://github.com/dashkite/vellum#readme",
"devDependencies": {
"@dashkite/brick": "0.2.0",
"@dashkite/genie": "0.1.0",
"amen": "^3.0.0"
},
"dependencies": {
"@dashkite/carbon": "^4.0.2",
"@dashkite/helium": "^0.3.0",
"@dashkite/mercury": "^0.1.2",
"@dashkite/mercury-sky": "0.0.6",
"@dashkite/quark": "^1.3.0-beta.6",
"dayjs": "^1.9.7",
"dompurify": "^2.2.2",
"marked": "^1.2.7",
"url-template": "^2.0.8"
}
}