-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.08 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "yarb",
"version": "0.0.0",
"description": "Yet Another React Boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && webpack --config ./internals/config/webpack.config.js",
"start": "node_modules/.bin/webpack-dev-server --config ./internals/config/webpack.config.js --content-base dist/",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliancahospitalar/yarb.git"
},
"keywords": [
"react",
"redux",
"boilerplate",
"redux-cycles",
"storybook",
"cyclejs",
"stream",
"functional",
"FRP",
"functional reactive programming"
],
"author": "Mateus Chagas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliancahospitalar/yarb/issues"
},
"homepage": "https://github.com/aliancahospitalar/yarb#readme",
"devDependencies": {
"@storybook/react": "^3.1.3",
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-react": "^7.0.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"@cycle/http": "^13.3.0",
"@cycle/run": "^3.1.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"lodash": "^4.17.4",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-cycles": "^0.4.0",
"reselect": "^3.0.1",
"styled-components": "^2.0.0",
"whatwg-fetch": "^2.0.3",
"xstream": "^10.8.0"
}
}