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
|
{
"name": "rooster",
"version": "0.0.0",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./src/server/bin/www",
"setup": "npm install && bower install",
"dev": "webpack -wd"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"dependencies": {
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bluebird": "^3.4.6",
"body-parser": "^1.16.0",
"browser-request": "^0.3.3",
"cheerio": "^0.22.0",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.7",
"debug": "^2.6.0",
"diacritics": "^1.2.3",
"encoding": "^0.1.12",
"eslint": "^4.13.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^3.0.2",
"flexibility": "^2.0.1",
"fuzzy": "^0.1.1",
"iconv-lite": "^0.4.17",
"jade": "~1.11.0",
"left-pad": "^1.1.1",
"lodash": "^4.15.0",
"morgan": "~1.7.0",
"node-sass": "^4.7.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"request": "^2.74.0",
"sass-loader": "^6.0.6",
"smoothscroll-polyfill": "^0.3.4",
"spdy": "^3.4.4",
"then-yield": "0.0.1",
"webshot": "^0.18.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bower": "^1.7.9",
"browserify": "^14.0.0",
"deep-freeze": "^0.0.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
"jest": "^21.2.1",
"watchify": "^3.7.0",
"webpack": "^3.5.6"
},
"author": "Noah Loomans <noahloomans@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nloomans/rooster-mml.git"
},
"bugs": {
"url": "https://github.com/nloomans/rooster-mml/issues"
},
"homepage": "https://github.com/nloomans/rooster-mml#readme",
"description": ""
}
|