-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
111 lines (111 loc) · 3.19 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "my-express-react-seed",
"version": "0.0.1",
"description": "Node.js Express React seed",
"keywords": [],
"main": "src/main.js",
"homepage": "https://github.com/uhlryk/my-express-react-seed",
"repository": {
"type": "git",
"url": "https://github.com/uhlryk/my-express-react-seed.git"
},
"scripts": {
"init": "sh ./init.sh",
"compile": "gulp compile",
"dev-hot": "gulp dev-hot",
"dev-normal": "gulp dev-normal",
"test": "gulp test",
"coverage": "gulp coverage"
},
"license": "MIT",
"author": "Krzysztof Sztompka <[email protected]>",
"bugs": {
"url": "https://github.com/uhlryk/my-express-react-seed/issues"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.4.3",
"bootstrap-sass": "^3.3.6",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"compass-mixins": "^0.12.7",
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^3.16.1",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.6",
"gulp-sequence": "^0.4.5",
"gulp-shell": "^0.5.2",
"istanbul": "^0.4.2",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"source-map-support": "^0.4.0",
"style-loader": "^0.13.0",
"supertest": "^1.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.7.1"
},
"dependencies": {
"babel-core": "^6.6.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.6.0",
"bcrypt": "^0.8.5",
"bluebird": "^3.3.3",
"body-parser": "^1.15.0",
"debug": "^2.2.0",
"ejs": "^2.4.1",
"email-templates": "^2.1.0",
"express": "^4.13.4",
"express-validator": "^2.19.1",
"gulp": "^3.9.1",
"http-status-codes": "^1.0.6",
"jsonwebtoken": "^5.7.0",
"lodash": "^4.6.1",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"nodemailer": "^2.3.0",
"nodemailer-smtp-transport": "^2.4.1",
"nodemailer-stub-transport": "^1.0.0",
"nodemon": "^1.9.1",
"pg": "^4.5.1",
"pg-hstore": "^2.3.2",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-context-ajax": "^0.6.0",
"react-dom": "^0.14.7",
"react-notification-system": "^0.2.6",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-thunk": "^1.0.3",
"sequelize": "^3.19.3",
"sequelize-cli": "^2.3.1",
"superagent": "^1.7.2",
"supertest": "^1.2.0",
"validator": "^4.9.0",
"webpack": "^1.12.14",
"webpack-hot-middleware": "^2.9.1",
"winston": "^2.2.0"
}
}