forked from prateekbh/preact-material-components
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.85 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "preact-material-components",
"version": "1.3.8",
"description": "preact wrapper for \"Material Components for the web\"",
"module": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "node ./compileComponents.js && webpack",
"prepublishOnly": "npm run build && npm run test",
"test": "npm run build",
"sample": "http-server ./sample"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prateekbh/preact-material-components.git"
},
"keywords": [
"preact",
"preact components",
"material components",
"material design"
],
"author": {
"name": "Prateek Bhatnagar",
"email": "prateek89born@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/prateekbh/preact-material-components/issues"
},
"homepage": "https://github.com/prateekbh/preact-material-components#readme",
"dependencies": {
"@material/animation": "^0.25.0",
"@material/auto-init": "^0.32.0",
"@material/base": "^0.29.0",
"@material/button": "^0.33.0",
"@material/card": "^0.33.0",
"@material/checkbox": "^0.33.0",
"@material/chips": "^0.33.0",
"@material/dialog": "^0.33.0",
"@material/drawer": "^0.33.0",
"@material/elevation": "^0.28.0",
"@material/fab": "^0.33.0",
"@material/form-field": "^0.33.0",
"@material/grid-list": "^0.33.0",
"@material/icon-toggle": "^0.33.0",
"@material/layout-grid": "^0.24.0",
"@material/line-ripple": "^0.33.0",
"@material/linear-progress": "^0.33.0",
"@material/list": "^0.33.0",
"@material/menu": "^0.33.0",
"@material/radio": "^0.33.0",
"@material/ripple": "^0.33.0",
"@material/rtl": "^0.33.0",
"@material/select": "^0.33.0",
"@material/selection-control": "^0.33.0",
"@material/slider": "^0.33.0",
"@material/snackbar": "^0.33.0",
"@material/switch": "^0.33.0",
"@material/tabs": "^0.33.0",
"@material/textfield": "^0.33.0",
"@material/theme": "^0.33.0",
"@material/toolbar": "^0.33.0",
"@material/top-app-bar": "^0.33.0",
"@material/typography": "^0.28.0",
"material-components-web": "^0.33.0"
},
"peerDependencies": {
"preact": "*"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.17",
"cp": "^0.2.0",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"glob-copy": "^0.1.0",
"http-server": "^0.11.0",
"lint-staged": "^7.0.0",
"mkdirp": "^0.5.1",
"mocha": "^5.0.1",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.2",
"preact": "^8.2.7",
"puppeteer": "^1.1.1",
"webpack": "^3.10.0",
"webpack-shell-plugin": "^0.5.0"
}
}