-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
45
46
47
48
49
50
51
{
"name": "react-uikit-multiselect",
"version": "1.0.12",
"description": "A React Multiselect Component built with UIKit 3",
"main": "build/index.js",
"homepage": "http://azayzel.github.io/react-uikit-multiselect/",
"peerDependencies": {
"react": "^16.10.2"
},
"dependencies": {
"react": "^16.10.2",
"webpack": "^2.6.1",
"uikit": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Josh Lavely",
"email": "Josh.Lavely@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Azayzel/react-uikit-multiselect.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Azayzel/react-uikit-multiselect/issues"
},
"homepage": "https://github.com/Azayzel/react-uikit-multiselect/my_package",
"keywords": [
"React",
"UIKit3",
"UIKit",
"MultiSelect"
],
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-transform-arrow-functions": "7.2.0",
"@babel/plugin-transform-react-jsx": "7.3.0",
"@babel/preset-env": "7.5.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0"
}
}