-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
51 lines (51 loc) · 1.48 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
{
"name": "material-webcomponents",
"version": "1.0.0-beta.2",
"description":
"Webcomponents that implements Google's Material Design. Developed material-webcomponents using Stenciljs.",
"main": "dist/material-webcomponents.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": ["dist/"],
"browser": "dist/material-webcomponents.js",
"scripts": {
"build": "stencil build",
"dev":
"sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"start": "npm run dev"
},
"dependencies": {
"@stencil/core": "next",
"classnames": "^2.2.5",
"deepmerge": "^2.0.1",
"jss": "^9.5.0",
"jss-preset-default": "^4.0.1",
"material-components-web": "^0.27.0",
"warning": "^3.0.0"
},
"devDependencies": {
"@stencil/dev-server": "latest",
"@stencil/utils": "latest",
"tslint": "^5.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/san2beerelli/material-webcomponents.git"
},
"keywords": [
"Webcomponents",
"Material",
"Reactjs Components",
"Vue Components",
"Angular Components",
"Javascript Components"
],
"author":
"Santhosh Beerelli <san2beerelli@gmail.com> (http://san2beerelli.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/san2beerelli/material-webcomponents/issues"
},
"homepage": "https://github.com/san2beerelli/material-webcomponents#readme"
}