-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "mark42",
"version": "1.0.0",
"description": "Frameworkless, buildless, single-page, micro-frontend, web component pattern",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "PORT=3002 node server.js",
"paths": "node convert_paths.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timsim00/mark42.git"
},
"keywords": [
"javascript",
"lazy-loading",
"web-components",
"micro-frontends",
"microservices-architecture",
"scalable",
"modular",
"web-app",
"frameworkless",
"methodology",
"buildless",
"single-page-app",
"single-file-components",
"boilerplate-front-end",
"starter-kit",
"responsive",
"htmlelements",
"static-site"
],
"author": "Drew Simmons",
"license": "MIT",
"bugs": {
"url": "https://github.com/timsim00/mark42/issues"
},
"homepage": "https://github.com/timsim00/mark42#readme",
"devDependencies": {
"finalhandler": "^1.1.1",
"http": "0.0.0",
"replace-in-file": "^4.1.0",
"serve-static": "^1.13.2"
},
"dependencies": {
"elix-602": "npm:elix@6.0.2",
"moerkerke-mwc-114": "npm:@dannymoerkerke/material-webcomponents@1.1.4",
"tslib": "^1.10.0",
"ui5-0120": "npm:@ui5/webcomponents@0.12.0",
"weightless-0034": "npm:weightless@0.0.34",
"coral-100b82": "npm:@adobe/coral-spectrum@1.0.0-beta.82",
"_gulick/chip-input-021": "npm:chip-input@0.2.1",
"_nuclei/material-input-116": "npm:material-input@1.1.6"
}
}