-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "este-app",
"description": "Robust and comfortable dev stack for isomorphic web apps",
"author": "Daniel Steigerwald",
"version": "9.0.0",
"private": true,
"scripts": {
"postinstall": "gulp build --production",
"start": "node src/server",
"test": "gulp test"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"autoprefixer-loader": "^1.2.0",
"babel": "^4.0.1",
"babel-core": "^4.0.1",
"babel-eslint": "^2.0.2",
"babel-jest": "^4.0.0",
"babel-loader": "^4.0.0",
"bluebird": "^2.9.9",
"classnames": "^1.1.4",
"compression": "^1.4.0",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"eslint-plugin-react": "^1.5.0",
"eventemitter3": "^0.1.6",
"express": "^4.11.2",
"extract-text-webpack-plugin": "^0.5.0",
"fastclick": "^1.0.6",
"file-loader": "^0.8.1",
"flux": "^2.0.1",
"gulp": "^3.8.10",
"gulp-bg": "0.0.5",
"gulp-eslint": "^0.7.0",
"gulp-util": "^3.0.2",
"harmonize": "^1.4.1",
"immutable": "^3.6.4",
"intl": "^0.1.4",
"intl-messageformat": "^1.1.0",
"jest-cli": "^0.4.0",
"less-loader": "^2.0.0",
"node-notifier": "^4.1.0",
"normalize.css": "^3.0.2",
"piping": "0.1.6",
"react": "^0.13.1",
"react-document-title": "^1.0.0",
"react-hot-loader": "^1.1.4",
"react-intl": "^1.1.0",
"react-router": "^0.13.1",
"run-sequence": "^1.0.2",
"sass-loader": "^1.0.0",
"serve-favicon": "^2.2.0",
"style-loader": "^0.9.0",
"stylus-loader": "^1.0.0",
"url-loader": "^0.5.5",
"validator": "^3.34.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0",
"yargs": "^3.3.1"
}
}