forked from ycgarrido/react-uikit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "@kamila-lab/react-uikit",
"version": "0.0.10",
"description": "Lib for web develop bassed in React and UiKit",
"main": "dist/components/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run transpile",
"transpile": "babel src -d dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ycgarrido/react-uikit.git"
},
"keywords": [
"react",
"uikit",
"web",
"develop",
"framework",
"ui"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ycgarrido/react-uikit/issues"
},
"homepage": "https://github.com/ycgarrido/react-uikit#readme",
"dependencies": {
"@kamila-lab/use-styles": "1.1.2",
"object-path": "^0.11.4",
"uikit": "^3.2.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0"
}
}