-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.86 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
74
75
76
77
78
79
80
{
"name": "rocketbroom",
"version": "1.0.0",
"description": "React+Redux boilerplate.",
"main": "build/index.js",
"repository": "klippersubs/rocketbroom",
"author": "Alice Klipper <[email protected]> (https://vk.com/alice.klipper)",
"license": "MIT",
"devDependencies": {
"@aliceklipper/build-number-plugin": "^2.0.2",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-flow-runtime": "^0.11.1",
"babel-plugin-groundskeeper-willie": "^1.3.2",
"babel-plugin-partial-application": "^1.6.1",
"babel-plugin-ramda": "^1.2.0",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-styled-components": "^1.1.6",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"cache-loader": "^1.0.3",
"compression-webpack-plugin": "^0.4.0",
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0",
"eslint-config-prettier": "^2.3.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-compat": "^1.0.4",
"eslint-plugin-eslint-comments": "^1.0.2",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-flowtype-errors": "^3.3.1",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^2.1.2",
"file-loader": "^0.11.2",
"flow-bin": "^0.49.1",
"html-webpack-plugin": "^2.29.0",
"jest": "^20.0.4",
"json-loader": "^0.5.4",
"prettier": "^1.5.2",
"pug": "^2.0.0-rc.2",
"pug-loader": "^2.3.0",
"url-loader": "^0.5.9",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-common-shake": "^1.2.2",
"webpack-dev-server": "^2.5.0",
"webpack-notifier": "^1.5.0"
},
"dependencies": {
"@klippersubs/hsluv": "^1.0.0",
"babel-polyfill": "^6.23.0",
"flow-runtime": "^0.13.0",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"qs": "^6.5.0",
"ramda": "^0.24.1",
"react": "^16.0.0-alpha.13",
"react-dom": "^16.0.0-alpha.13",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-redux": "^4.0.8",
"recompose": "^0.23.5",
"redux": "^3.7.1",
"redux-act": "^1.3.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"styled-components": "^2.1.0",
"xre": "^1.0.5"
}
}