-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 KB
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
{
"name": "multi-select-reakt",
"version": "0.0.42",
"description": "A react library to render the custom multi-select view",
"main": "build/index.js",
"author": "gaurav sharma <sharma02gaurav@gmail.com> (https://medium.com/@sharma02gaurav)",
"repository": {
"type": "git",
"url": "git+https://github.com/pluginfactory/react-multi-select.git"
},
"module": "dist/index.js",
"files": [
"build"
],
"scripts": {
"build": "rm -Rf build && ./node_modules/.bin/webpack --config ./webpack.config.js -p"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"react": "^16.8.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"react-fontawesome": "^1.6.1"
},
"bugs": {
"url": "https://github.com/pluginfactory/react-multi-select/issues"
},
"homepage": "https://github.com/pluginfactory/react-multi-select#readme",
"license": "ISC"
}