-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
180 lines (180 loc) · 5.28 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "tomatao-blog",
"version": "0.0.1",
"description": "Blog for Tomatao",
"scripts": {
"test": "node ./scripts/babel.entry.js --test",
"test:run": "node ./scripts/babel.entry.js --test --run",
"test:functional": "node ./scripts/babel.entry.js --test --functional",
"start": "node ./scripts/babel.entry.js",
"build": "node ./scripts/babel.entry.js --build",
"dev": "node ./scripts/babel.entry.js --dev",
"lint": "eslint . --ext .js",
"check": "flow check",
"lint:styles": "sass-lint --verbose -c .sass-lint.yml",
"postinstall": "npm run build"
},
"pre-push": [
"lint",
"check",
"lint:styles",
"test:run",
"test:functional"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tomatau/tomatao-blog.git"
},
"keywords": [
"babel",
"react",
"koa",
"react-rouer",
"es7",
"universal",
"hmr",
"babel-transforms",
"webpack"
],
"author": "Thomas `tomatao` Hudspith-Tatham <tom@tomatao.co.uk>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tomatau/tomatao-blog/issues"
},
"engines": {
"node": "~5.x",
"npm": "~3.x"
},
"homepage": "https://github.com/tomatau/tomatao-blog#readme",
"dependencies": {
"autoprefixer": "^6.3.6",
"axios": "^0.9.1",
"babel-core": "^6.7.4",
"babel-eslint": "^5.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-plugin-lodash": "~2.0.1",
"babel-plugin-provide-modules": "^1.0.3",
"babel-plugin-ramda": "^1.0.0",
"babel-plugin-react-require": "^2.1.0",
"babel-plugin-transform-decorators-legacy": "~1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-polyfill": "~6.5.0",
"babel-preset-es2015": "~6.5.0",
"babel-preset-react": "~6.5.0",
"babel-preset-stage-0": "~6.5.0",
"babel-register": "^6.7.2",
"babel-resolve-relative-module": "~1.0.1",
"babel-root-import": "~3.1.0",
"babel-runtime": "~6.5.0",
"chokidar": "^1.4.3",
"classnames": "^2.2.3",
"clean-webpack-plugin": "^0.1.8",
"css-loader": "~0.23.0",
"css-modules-require-hook": "^2.1.1",
"cssnano": "^3.5.2",
"date-fns": "^0.17.0",
"debug": "~2.2.0",
"enzyme": "^2.2.0",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.8.4",
"glob": "^7.0.3",
"highlight.js": "^9.2.0",
"html-webpack-plugin": "^2.15.0",
"is-promise": "~2.1.0",
"jsdom": "^8.2.0",
"koa": "~1.1.2",
"koa-body": "~1.4.0",
"koa-compress": "^1.0.9",
"koa-favicon": "^1.2.1",
"koa-logger": "~1.3.0",
"koa-mount": "~1.3.0",
"koa-router": "^5.4.0",
"koa-session-store": "~1.1.1",
"koa-static": "^2.0.0",
"loader-utils": "^0.2.13",
"lodash": "^4.7.0",
"meta-marked": "^0.4.1",
"node-env-file": "~0.1.7",
"node-mocks-http": "^1.5.2",
"node-sass": "~3.4.2",
"offline-plugin": "^2.1.0",
"opbeat": "^3.6.7",
"postcss-loader": "^0.8.2",
"prismjs": "^1.4.1",
"ramda": "^0.19.1",
"react": "^0.14.8",
"react-addons-test-utils": "^0.14.8",
"react-bem-helper": "^1.1.0",
"react-disqus-thread": "^0.3.1",
"react-document-meta": "~2.0.2",
"react-dom": "^0.14.8",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.1",
"react-transform-hmr": "^1.0.4",
"redial": "~0.4.1",
"redux": "^3.3.1",
"redux-batched-actions": "^0.1.2",
"redux-devtools": "^3.2.0",
"redux-devtools-dock-monitor": "~1.0.0-beta-3",
"redux-devtools-filter-actions": "^1.1.0",
"redux-devtools-log-monitor": "^1.0.9",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "~2.3.3",
"redux-saga": "^0.9.5",
"redux-thunk": "~1.0.3",
"redux-via-socket.io": "~0.3.0",
"reselect": "^2.2.1",
"rimraf": "^2.5.2",
"sass-loader": "~3.1.2",
"socket.io": "~1.4.5",
"socket.io-client": "~1.4.5",
"style-loader": "^0.13.1",
"supertest-as-promised": "^3.1.0",
"tao-scss": "^0.4.1",
"type-to-reducer": "^1.0.1",
"url-loader": "~0.5.6",
"uuid": "~2.0.1",
"webpack": "^1.12.14",
"webpack-hot-middleware": "^2.10.0",
"webpack-isomorphic-tools": "^2.2.44",
"yargs": "^4.3.2"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-plugin-react-transform": "^2.0.2",
"chai": "~3.5.0",
"chai-as-promised": "~5.2.0",
"chai-enzyme": "^0.4.2",
"chai-shallow-deep-equal": "~1.3.0",
"co": "~4.6.0",
"enzyme": "^2.0.0",
"eslint": "^1.10.3",
"eslint-config-rackt": "~1.1.1",
"eslint-plugin-react": "^3.16.1",
"flow-bin": "^0.23.0",
"html-webpack-plugin": "^2.9.0",
"jsdom": "^8.1.0",
"json-loader": "~0.5.3",
"koa-webpack-dev-middleware": "~1.1.0",
"koa-webpack-hot-middleware": "~1.0.3",
"mocha": "~2.4.5",
"mocha-loader": "~0.7.1",
"node-hook-filename": "^0.2.0",
"node-mocks-http": "~1.5.1",
"open": "~0.0.5",
"pre-push": "^0.1.1",
"react-addons-test-utils": "^0.14.7",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.2",
"redbox-react": "~1.2.2",
"sass-lint": "^1.5.1",
"sinon": "^2.0.0-pre",
"sinon-chai": "^2.8.0",
"skin-deep": "^0.14.0",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.0.0",
"webpack-hot-middleware": "^2.7.1"
}
}