-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
58
59
60
61
62
{
"name": "@smevirtual/smev-news-ticker",
"version": "0.1.0",
"description": "Web component that provides a compact (but expandable) news ticker.",
"license": "Apache-2.0",
"main": "smev-news-ticker.html",
"files": [],
"keywords": [
"smevirtual",
"news",
"web-components",
"web-component",
"lit-element"
],
"author": "SME Texaplex Virtual Chapter Contributors <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/smevirtual/texaplex-website.git"
},
"bugs": {
"url": "https://github.com/smevirtual/smev-news-ticker/issues"
},
"homepage": "https://smevirtual.github.io",
"scripts": {
"build": "",
"clean": ""
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"@types/node": "^12.0.7",
"babel-eslint": "^10.0.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"gulp": "^4.0.2",
"lit-element": "^2.1.0",
"prettier": "^1.18.2",
"storyboard": "^3.1.4",
"storyboard-preset-console": "^3.1.4",
"stylelint": "^9.3.0",
"stylelint-config-prettier": "^3.3.0",
"stylelint-prettier": "^1.1.1",
"tslint": "^5.17.0",
"ts-node": "^8.2.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.1",
"webpack": "4.33.0",
"webpack-cli": "^3.3.2",
"webpack-manifest-plugin": "^2.0.4"
},
"engines": {
"node": "10.x"
}
}