forked from TeamWertarbyte/material-ui-search-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.83 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
{
"name": "material-ui-search-bar",
"version": "1.0.0-beta.13",
"description": "Material style search bar",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "standard",
"build": "babel src -d lib --copy-files",
"prepare": "babel src -d lib --copy-files",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"publish-docs": "npm run styleguide:build && npm run gh-pages",
"gh-pages": "./node_modules/.bin/gh-pages -d styleguide"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamWertarbyte/material-ui-search-bar.git"
},
"keywords": [
"react",
"material",
"material-design",
"material-ui",
"search",
"react-component"
],
"author": "Wertarbyte <[email protected]> (https://wertarbyte.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamWertarbyte/material-ui-search-bar/issues"
},
"homepage": "https://github.com/TeamWertarbyte/material-ui-search-bar#readme",
"devDependencies": {
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"@webpack-blocks/babel6": "^0.4.1",
"@webpack-blocks/postcss": "^0.4.3",
"@webpack-blocks/webpack2": "^0.4.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.8.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"gh-pages": "^1.2.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-styleguidist": "^7.1.3",
"standard": "^10.0.2"
},
"peerDependencies": {
"@material-ui/core": "^1.0.0 || ^3.0.0",
"@material-ui/icons": "^1.0.0 || ^3.0.0",
"react": "^16.3.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8"
},
"standard": {
"parser": "babel-eslint"
}
}