forked from paranoidtechnologies/improliga-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.72 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
114
115
116
117
118
119
120
121
122
123
124
{
"name": "improliga-web",
"description": "Public site for Improliga.",
"author": "just-paja <[email protected]>",
"version": "0.1.0",
"private": true,
"scripts": {
"coveralls": "./node_modules/.bin/coveralls < coverage/phantomjs/lcov.info",
"start": "gulp -p start",
"test": "gulp test -p && npm run-script coveralls"
},
"engines": {
"iojs": ">= 2.2.x",
"node": "0.10.x"
},
"dependencies": {
"autoprefixer": "^6.1.0",
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "^6.3.13",
"babel-plugin-transform-react-inline-elements": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-node5": "^1.1.1",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-1": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.19",
"bluebird": "^3.0.5",
"body-parser": "^1.14.1",
"bower": "^1.6.5",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"chai-immutable": "^1.5.2",
"classnames": "^2.1.1",
"compression": "^1.4.0",
"cors": "^2.6.0",
"css-loader": "^0.23.0",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-import": "^0.12.1",
"eslint-plugin-react": "^3.13.0",
"eslint-plugin-standard": "^1.3.1",
"estraverse": "^4.1.1",
"express": "^4.13.3",
"express-device": "^0.4.2",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.1",
"gulp": "^3.9.0",
"gulp-bg": "^0.0.8",
"gulp-eslint": "^1.1.0",
"gulp-mocha": "^2.2.0",
"gulp-shell": "^0.5.0",
"gulp-util": "^3.0.7",
"history": "^1.17.0",
"immutable": "^3.6.4",
"intl": "^1.0.0",
"intl-messageformat": "^1.1.0",
"intl-relativeformat": "^1.1.0",
"invariant": "^2.1.2",
"ip": "^1.0.2",
"isomorphic-fetch": "^2.1.1",
"jsdom": "^7.2.2",
"moment": "^2.10.6",
"nconf": "^0.8.2",
"normalize.css": "^3.0.2",
"postcss-loader": "^0.8.0",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.0",
"react-helmet": "^2.2.0",
"react-immutable-proptypes": "^1.5.1",
"react-intl": "^2.0.0-pr-3",
"react-moment-proptypes": "^1.0.0",
"react-pure-render": "^1.0.2",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc3",
"react-router-named-routes": "0.0.7",
"react-transform": "0.0.3",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.1.1",
"redux": "^3.0.4",
"redux-logger": "^2.0.4",
"redux-multi": "^0.1.10",
"redux-promise-middleware": "^2.0.0",
"redux-storage": "^1.3.2",
"regenerator": "^0.8.42",
"run-sequence": "^1.0.2",
"serialize-javascript": "^1.1.2",
"serve-favicon": "^2.2.0",
"sinon": "^1.17.2",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.0.0",
"superagent": "^1.3.0",
"urijs": "^1.17.0",
"url-loader": "^0.5.5",
"useragent": "^2.1.7",
"validator": "^4.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.7.0",
"xtend": "^4.0.0",
"yargs": "^3.3.1"
},
"devDependencies": {
"coveralls": "^2.11.4",
"isparta-loader": "^2.0.0",
"mocha": "^2.2.5",
"node-notifier": "^4.1.0",
"nodemon": "^1.8.0",
"react-hot-loader": "^1.1.4",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.5.0"
}
}