-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.29 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
52
{
"name": "react-uikit-cli",
"version": "1.0.5",
"description": "react uikit cli",
"main": "index.js",
"repository": "https://github.com/rismanss/react-uikit-cli",
"homepage": "https://rismanss.github.io/react-uikit-cli",
"keywords": [
"react",
"cli",
"react-cli",
"uikit",
"uikit-cli",
"react-uikit-cli",
"component",
"package"
],
"author": "Kamarul Risman <risman.kerja@gmail.com>",
"license": "MIT",
"bin": {
"uikit-cli": "index.js",
"react-uikit-cli": "index.js"
},
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"build-storybook": "build-storybook",
"storybook": "start-storybook -p 9001"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.0.0",
"fs-extra": "^9.1.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.20"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@storybook/addon-actions": "^6.1.17",
"@storybook/addon-essentials": "^6.1.17",
"@storybook/react": "^6.1.17",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}