forked from storybook-eol/react-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 708 Bytes
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
{
"name": "generator-react-cdk",
"version": "2.0.2",
"description": "React Component Development Kit",
"repository": {
"type": "git",
"url": "https://github.com/kadirahq/react-cdk.git"
},
"license": "MIT",
"files": [
"generators"
],
"keywords": [
"yeoman-generator"
],
"scripts": {
"lint": "eslint generators",
"lintfix": "eslint generators --fix",
"test": "npm run lint"
},
"dependencies": {
"lodash": "^4.10.0",
"yeoman-generator": "^0.22.5"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0"
}
}