-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
113 lines (113 loc) · 3.48 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "microcrawler-webapp",
"version": "0.0.7",
"description": "Microcrawler Web Application",
"repository": {
"type": "git",
"url": "git+https://github.com/ApolloCrawler/microcrawler-webapp.git"
},
"keywords": [
"microcrawler",
"crawler",
"scrapper"
],
"author": "Tomas Korcak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ApolloCrawler/microcrawler-webapp/issues"
},
"homepage": "https://github.com/ApolloCrawler/microcrawler-webapp#readme",
"scripts": {
"check-updates": "./node_modules/npm-check-updates/bin/ncu",
"deploy": "brunch build --production",
"flow": "./node_modules/flow-bin/cli.js",
"gulp": "./node_modules/gulp/bin/gulp.js",
"watch": "brunch watch --stdin"
},
"dependencies": {
"babel-core": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"bootstrap": "^3.3.7",
"chai": "^3.3.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"fontawesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",
"immutable": "^3.8.1",
"js-cookie": "^2.1.3",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mathjs": "^3.5.3",
"microcrawler-crawler-all": "0.0.18",
"mocha": "^3.1.0",
"moment": "^2.15.1",
"node-sass": "^3.10.1",
"node.extend": "^1.1.6",
"phoenix": "file:./deps/phoenix",
"phoenix_html": "file:./deps/phoenix_html",
"ramda": "^0.22.1",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"react-helmet": "^3.1.0",
"react-hot-loader": "^3.0.0-beta.5",
"react-inline-css": "^2.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.6",
"react-transform-catch-errors": "^1.0.2",
"redbox-react": "^1.3.1",
"redux": "^3.6.0",
"redux-connect": "^3.0.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-filter-actions": "^1.2.0",
"redux-devtools-log-monitor": "^1.0.11",
"redux-slider-monitor": "^1.0.7",
"sass-loader": "^4.0.2",
"scroll-behavior": "^0.8.2",
"strip-loader": "^0.1.2",
"style-loader": "^0.13.1",
"superagent": "^2.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.2",
"write-file-webpack-plugin": "^3.3.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-brunch": "~6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"brunch": "2.8.2",
"clean-css-brunch": "~2.0.0",
"css-brunch": "~2.6.1",
"eslint": "^3.7.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-es2015": "^1.1.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"flow-bin": "^0.33.0",
"gulp-eslint": "^3.0.1",
"gulp-flowtype": "^1.0.0",
"gulp-install": "^0.6.0",
"gulp-react": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"javascript-brunch": "~2.0.0",
"npm-check-updates": "^2.8.4",
"typecheck": "^0.1.2",
"uglify-js-brunch": "~2.0.1"
}
}