-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "react-components",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jibrelnetwork/react-components.git"
},
"author": "Jibrel Network",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"lint": "./node_modules/.bin/eslint ./src",
"flow": "./node_modules/.bin/flow check",
"flow-coverage": "./node_modules/.bin/flow-coverage-report --config ./.flowcoverageconfig"
},
"dependencies": {
"classnames": "2.2.5",
"ramda": "0.25.0",
"react": "15.6.1",
"react-custom-scrollbars": "4.1.2",
"react-dom": "15.6.1",
"react-router": "3.0.5",
"recompose": "0.26.0"
},
"devDependencies": {
"@storybook/react": "3.3.14",
"babel-core": "6.25.0",
"babel-eslint": "8.2.2",
"babel-runtime": "6.23.0",
"css-loader": "0.28.4",
"eslint": "4.18.2",
"eslint-plugin-react": "7.4.0",
"flow-bin": "0.54.1",
"flow-coverage-report": "0.4.1",
"node-sass": "4.5.3",
"sass-loader": "6.0.6",
"style-loader": "0.18.2"
}
}