-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.42 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
{
"name": "iso-react",
"version": "0.8.0-11",
"description": "Isomorphic web apps with React.js",
"main": "src/server.js",
"author": "Mickael Coelho",
"scripts": {
"sass-script": "node sass-script",
"less-script": "node less-script",
"dev": "NODE_ENV=development node less-script & NODE_ENV=development node src/server.js & NODE_ENV=development node hotLoadServer.js",
"build": "node less-script && NODE_ENV=production webpack -p --progress --colors --verbose --display-error-details --config",
"test-build": "NODE_ENV=production node --harmony src/server.js",
"start": "node --harmony src/server.js"
},
"dependencies": {
"babel": "^5.0.12",
"babel-core": "^5.0.12",
"body-parser": "^1.12.0",
"chroma-js": "^0.6.3",
"cli-color": "^0.3.3",
"compression": "^1.3.0",
"cors": "^2.5.2",
"express": "^4.3.2",
"flux": "^2.0.1",
"fs-extra": "^0.18.0",
"fuzzy": "^0.1.0",
"isomorphic-fetch": "^1.7.0",
"material-ui": "^0.7.3",
"moment": "^2.8.4",
"node-jsx": "^0.12.4",
"object-assign": "^2.0.0",
"proxy-middleware": "^0.11.0",
"react": "^0.13.1",
"react-document-title": "^1.0.2",
"react-router": "^0.13.2",
"ua-device-type": "0.0.3",
"ua-parser-js": "^0.7.3",
"when": "^3.6.3"
},
"devDependencies": {
"autoprefixer": "^5.1.0",
"babel-loader": "^5.0.0",
"clean-css": "^3.1.9",
"css-loader": "^0.9.1",
"eslint": "^0.14.1",
"esprima-fb": "^14001.1.0-dev-harmony-fb",
"file-loader": "^0.8.1",
"font-awesome": "^4.3.0",
"font-awesome-webpack": "0.0.3",
"image-webpack-loader": "^1.4.0",
"imagemin": "^3.1.0",
"jest-cli": "^0.4.0",
"jscs": "^1.12.0",
"json-loader": "^0.5.1",
"jss": "^1.0.8",
"jsx": "^0.9.89",
"jsx-loader": "^0.13.1",
"less": "^2.5.0",
"less-plugin-autoprefix": "^1.4.1",
"material-design-fonticons": "^1.0.0",
"mkdirp": "^0.5.0",
"node-minify": "^1.0.2",
"node-sass": "^2.1.1",
"node-watch": "^0.3.4",
"path": "^0.11.14",
"react-hot-loader": "^1.2.4",
"react-style": "^0.5.3",
"react-tap-event-plugin": "^0.1.6",
"react-tools": "^0.12.2",
"serve-index": "^1.6.3",
"style-loader": "^0.9.0",
"supervisor": "^0.6.0",
"time-require": "^0.1.2",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
},
"engines": {
"node": "0.10.x"
},
"subdomain": "iso-react"
}