-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (68 loc) · 1.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
{
"name": "now-chrome-extension",
"version": "0.0.1",
"private": true,
"description": "now-chrome-extension",
"main": "./lib/index.js",
"directories": {
"example": "example"
},
"scripts": {},
"author": "twstat team",
"license": "",
"devDependencies": {
"gulp": "~3.9.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "~1.0.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "~1.1.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-watch": "~4.1.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.6.0",
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"babel-plugin-react-transform": "^1.1.0",
"classnames": "^2.1.2",
"css-loader": "^0.23.1",
"expect": "^1.6.0",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"history": "^1.17.0",
"node-libs-browser": "^0.5.2",
"normalizr": "^1.0.0",
"postcss-loader": "^0.8.0",
"postcss-modules": "^0.1.3",
"react-transform-hmr": "^1.0.0",
"redux-devtools": "^3.0.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"require-dir": "^0.3.0",
"rucksack-css": "^0.8.5",
"style-loader": "^0.12.4",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"history": "^1.17.0",
"humps": "^1.0.0",
"isomorphic-fetch": "^2.1.1",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-dom": "^0.14.0",
"react-infinite": "^0.7.3",
"react-linkify": "^0.1.1",
"react-modal": "^0.6.1",
"react-redux": "^4.0.0",
"react-router": "^1.0.3",
"redux": "^3.0.0",
"redux-logger": "^2.0.2",
"redux-simple-router": "^1.0.2",
"redux-thunk": "^0.1.0"
},
"dependencies": {
}
}