-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.36 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "hax-boilerplate",
"description": "HAX and friend elements to get wired into anything",
"version": "0.0.1",
"author": "btopro",
"license": "Apache-2.0",
"main": "webcomponents/es6/build.js",
"module": "webcomponents/amd/build.amd.js",
"flat": true,
"dependencies": {
"@lrnwebcomponents/a11y-gif-player": "^2.1.2",
"@lrnwebcomponents/accent-card": "^2.1.2",
"@lrnwebcomponents/citation-element": "^2.1.2",
"@lrnwebcomponents/cms-hax": "^2.1.3",
"@lrnwebcomponents/grid-plate": "^2.1.2",
"@lrnwebcomponents/h-a-x": "^2.1.3",
"@lrnwebcomponents/hero-banner": "^2.1.2",
"@lrnwebcomponents/image-compare-slider": "^2.1.2",
"@lrnwebcomponents/license-element": "^2.1.2",
"@lrnwebcomponents/lrn-aside": "^2.1.2",
"@lrnwebcomponents/lrn-math": "^2.1.2",
"@lrnwebcomponents/lrn-table": "^2.1.2",
"@lrnwebcomponents/lrn-vocab": "^2.1.3",
"@lrnwebcomponents/lrndesign-blockquote": "^2.1.2",
"@lrnwebcomponents/lrndesign-gallery": "^2.1.2",
"@lrnwebcomponents/lrndesign-timeline": "^2.1.2",
"@lrnwebcomponents/magazine-cover": "^2.1.2",
"@lrnwebcomponents/md-block": "^2.1.2",
"@lrnwebcomponents/media-image": "^2.1.2",
"@lrnwebcomponents/meme-maker": "^2.1.2",
"@lrnwebcomponents/multiple-choice": "^2.1.2",
"@lrnwebcomponents/oer-schema": "^2.1.2",
"@lrnwebcomponents/paper-audio-player": "^2.1.2",
"@lrnwebcomponents/person-testimonial": "^2.1.2",
"@lrnwebcomponents/place-holder": "^2.1.2",
"@lrnwebcomponents/q-r": "^2.1.2",
"@lrnwebcomponents/self-check": "^2.1.2",
"@lrnwebcomponents/simple-concept-network": "^2.1.2",
"@lrnwebcomponents/stop-note": "^2.1.2",
"@lrnwebcomponents/tab-list": "^2.1.2",
"@lrnwebcomponents/task-list": "^2.1.2",
"@lrnwebcomponents/video-player": "^2.1.3",
"@lrnwebcomponents/wave-player": "^2.1.2",
"@lrnwebcomponents/wikipedia-query": "^2.1.2",
"@lrnwebcomponents/wysiwyg-hax": "^2.1.3",
"@webcomponents/webcomponentsjs": "2.2.1",
"web-animations-js": "2.3.1"
},
"resolutions": {
"object-assign": "4.1.1",
"commander": "2.19.0",
"readable-stream": "1.1.14",
"isarray": "1.0.0",
"source-map": "0.5.7",
"kind-of": "6.0.2",
"is-number": "4.0.0",
"once": "1.4.0",
"minimist": "1.2.0",
"ajv": "6.6.2",
"fast-deep-equal": "2.0.1",
"json-schema-traverse": "0.4.1"
}
}