-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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": "tpe",
"version": "1.0.27",
"description": "The Platform Elements",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "es6-dev-server ",
"build": "rm -rf distr/* distr/**/*;rollup -c",
"docs": "cd docs-src;./makeDocs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobily-enterprises/nn.git"
},
"keywords": [
"lit-html",
"web-components",
"elements",
"theme"
],
"author": "Tony Mobily, Raphael Mattos",
"license": "GPL",
"bugs": {
"url": "https://github.com/mobily-enterprises/nn/issues"
},
"homepage": "https://github.com/mobily-enterprises/nn#readme",
"dependencies": {
"docco-next": "^0.9.4",
"element-internals-polyfill": "^0.1.43",
"es6-dev-server": "^0.0.10",
"lit": "^2.0.0",
"lit-element": "^3.0.0-rc.1"
},
"standard": {
"globals": [
"customElements",
"MutationObserver",
"LabelsMixin",
"NativeReflectorMixin",
"StyleableMixin"
]
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.4",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-lit": "^1.2.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"rollup": "^1.23.1",
"rollup-plugin-terser": "^7.x.x",
"standard": "^14.3.1"
}
}