-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.87 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
{
"name": "react-app-boilerplate",
"version": "0.0.1",
"description": "Universal app boilerplate",
"homepage": "",
"author": {
"name": "",
"email": "",
"url": ""
},
"license": "MIT",
"private": true,
"repository": "https://github.com/asprouse/react-app-boilerplate",
"main": "server.js",
"scripts": {
"start": "gulp start:dev",
"prod": "gulp start:prod",
"build": "gulp"
},
"dependencies": {
"axios": "^0.5.4",
"babel": "^5.8.5",
"babel-core": "^5.8.5",
"body-parser": "^1.13.2",
"compression": "^1.5.1",
"cookie": "^0.1.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.1",
"http-proxy": "^1.11.1",
"immutable": "^3.7.4",
"jeet": "^6.1.2",
"morgan": "^1.6.1",
"nib": "^1.1.0",
"nprogress": "^0.2.0",
"path": "^0.11.14",
"react": "^0.13.3",
"react-redux": "^0.9.0",
"react-router": "^1.0.0-beta3",
"redux": "^1.0.1",
"redux-thunk": "^0.1.0",
"rupture": "^0.6.1",
"serialize-javascript": "^1.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-eslint": "^4.0.0",
"babel-loader": "^5.3.2",
"chunk-manifest-webpack-plugin": "0.0.1",
"compression-webpack-plugin": "^0.2.0",
"css-loader": "^0.15.5",
"del": "^1.2.0",
"eslint": "^0.24.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.0.0",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"gulp-changed": "^1.2.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-util": "^3.0.6",
"node-libs-browser": "^0.5.2",
"node-notifier": "^4.2.3",
"react-hot-loader": "^1.2.8",
"redux-devtools": "^1.0.2",
"run-sequence": "^1.1.1",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1",
"webpack-manifest-plugin": "^0.3.0"
}
}