-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "mui-select-with-search-vivek",
"version": "0.1.7",
"description": "Select component",
"main": "./lib/index.js",
"scripts": {
"build": "babel ./src -d ./lib --presets=es2015,react,stage-2",
"prepare": "npm run build",
"prepublish": "npm run build"
},
"author": "vivek anand",
"license": "MIT",
"dependencies": {
"classnames": "2.2.6",
"react-select": "^2.2.0"
},
"peerDependencies": {
"@material-ui/core": "^1.0.0 || ^3.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"prop-types": "^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.5.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-2": "6.16.0",
"babelify": "7.3.0",
"browserify": "13.1.0",
"bufferutil": "1.2.1",
"envify": "3.4.1",
"uglify-js": "2.7.3",
"utf-8-validate": "1.2.1",
"watchify": "^3.11.0"
}
}