-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.82 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
{
"name": "refugeeeee",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "weee"
},
"scripts": {
"start": "node index.js",
"start-dev": "node server.dev.js",
"build": "webpack --bail",
"postinstall": "npm run build"
},
"dependencies": {
"autoprefixer": "6.3.1",
"babel-core": "6.4.5",
"babel-loader": "6.2.1",
"babel-plugin-react-intl": "2.0.0",
"babel-plugin-react-transform": "2.0.0",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"babel-runtime": "6.3.19",
"color": "0.11.1",
"compression": "1.6.1",
"css-loader": "0.23.1",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"history": "2.0.0",
"html-webpack-plugin": "1.7.0",
"humps": "1.0.0",
"isomorphic-fetch": "2.2.1",
"json-loader": "0.5.4",
"lodash": "4.2.0",
"morgan": "1.6.1",
"normalize.css": "3.0.3",
"normalizr": "2.0.0",
"radium": "0.15.3",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-progressbar": "^1.2.0",
"react-router": "1.0.3",
"recompose": "0.14.5",
"serve-favicon": "2.3.0",
"style-loader": "0.13.0",
"webpack": "1.12.12"
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-eslint": "5.0.0-beta10",
"babel-register": "6.4.3",
"connect-history-api-fallback": "1.1.0",
"eslint": "1.10.3",
"eslint-loader": "1.2.1",
"eslint-plugin-react": "3.16.1",
"glob": "6.0.4",
"nyan-progress-webpack-plugin": "1.1.4",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.2",
"redbox-react": "1.2.2",
"webpack-dev-middleware": "1.5.1",
"webpack-hot-middleware": "2.6.4"
},
"engines": {
"node": "^4.2.4",
"npm": "^3.5.2"
}
}