-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.47 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.47 KB
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
{
"name": "makingdevelopers",
"version": "0.0.1",
"author": "Carlos Santana",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/MilkZoft/MakingDevelopers.git"
},
"scripts": {
"precommit": "gulp analyze",
"prepush": "gulp test",
"postmerge": "yarn",
"postrewrite": "yarn"
},
"dependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.22.0",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"compression": "^1.6.2",
"connect-busboy": "^0.0.2",
"cookie-parser": "~1.4.3",
"date-format": "1.0.0",
"debug": "~2.6.0",
"dot-object": "^1.5.4",
"enzyme": "^2.7.1",
"express": "~4.14.1",
"express-handlebars": "^3.0.0",
"html-minifier": "^3.3.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^9.9.1",
"jsdom-global": "^2.1.1",
"morgan": "~1.8.1",
"mysql": "^2.13.0",
"oauth": "^0.9.15",
"path": "^0.12.7",
"query-string": "^4.3.1",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-pure-render": "^1.0.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"redis": "^2.6.5",
"redux": "^3.6.0",
"redux-immutable-state-invariant": "^1.2.4",
"redux-promise-middleware": "^4.2.0",
"stylus": "^0.54.5",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.9.0",
"webpack-dev-server": "^2.4.1",
"webpack-hot-middleware": "^2.16.1"
},
"devDependencies": {
"bower": "^1.8.0",
"chai": "^3.5.0",
"eslint": "^3.14.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-json-format": "^1.0.0",
"gulp-mocha": "^4.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-remote-src": "^0.4.1",
"gulp-stylus": "^2.6.0",
"husky": "^0.13.1",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.7"
}
}