|
60 | 60 | "colors": "~0.6.2",
|
61 | 61 | "command-exists": "^0.1.0",
|
62 | 62 | "compression": "^1.0.8",
|
| 63 | + "concat-stream": "^1.5.1", |
63 | 64 | "connect-slashes": "^1.2.0",
|
64 | 65 | "cookie-parser": "^1.3.2",
|
65 | 66 | "cookie-session": "^1.0.2",
|
|
69 | 70 | "express": "^4.13.1",
|
70 | 71 | "forever": "^0.11.1",
|
71 | 72 | "fs-extra": "^0.11.1",
|
72 |
| - "glob": "^4.0.6", |
73 |
| - "highlight.js": "^8.2.0", |
74 |
| - "immutable": "^3.7.4", |
75 | 73 | "jade": "^1.11.0",
|
76 | 74 | "knox": "^0.9.0",
|
77 | 75 | "lodash": "^3.8.0",
|
|
81 | 79 | "multiparty": "^3.3.1",
|
82 | 80 | "node-uuid": "^1.4.1",
|
83 | 81 | "npm": "~2.12.1",
|
84 |
| - "path": "~0.4.9", |
85 | 82 | "pg": "^4.4.3",
|
86 | 83 | "pg-hstore": "^2.3.2",
|
87 |
| - "pym.js": "^0.4.1", |
88 | 84 | "q": "~1.0.1",
|
89 | 85 | "randomstring": "^1.0.3",
|
90 |
| - "react": "^0.13.3", |
91 |
| - "react-highlight": "^0.5.0", |
92 |
| - "react-radio-group": "^2.0.2", |
93 |
| - "react-simpletabs": "^0.6.1", |
94 |
| - "request": "~2.36.0", |
95 | 86 | "sequelize": "^3.6.0",
|
96 |
| - "sequelize-cli": "^1.7.4", |
97 | 87 | "serve-favicon": "^2.1.6",
|
98 | 88 | "serve-static": "^1.10.0",
|
99 | 89 | "socket.io": "^1.3.6",
|
100 | 90 | "sqlite3": "^3.1.1",
|
101 |
| - "sticky-session": "^0.1.0", |
102 |
| - "superagent": "^0.18.2", |
103 | 91 | "title-case": "^1.1.1",
|
104 | 92 | "validator": "~3.17.0",
|
105 |
| - "view-helpers": "^0.1.5", |
106 | 93 | "webshot": "^0.15.3",
|
107 |
| - "winston": "^0.7.3", |
108 | 94 | "yargs": "^1.3.3"
|
109 | 95 | },
|
110 | 96 | "devDependencies": {
|
|
126 | 112 | "reactify": "^1.1.1",
|
127 | 113 | "tiny-lr": "^0.1.6",
|
128 | 114 | "vinyl-buffer": "^1.0.0",
|
129 |
| - "vinyl-source-stream": "^1.1.0" |
| 115 | + "vinyl-source-stream": "^1.1.0", |
| 116 | + "react": "^0.13.3", |
| 117 | + "react-highlight": "^0.5.0", |
| 118 | + "react-radio-group": "^2.0.2", |
| 119 | + "react-simpletabs": "^0.6.1", |
| 120 | + "highlight.js": "^8.2.0", |
| 121 | + "immutable": "^3.7.4", |
| 122 | + "superagent": "^0.18.2", |
| 123 | + "pym.js": "^0.4.1", |
| 124 | + "sequelize-cli": "^1.7.4" |
130 | 125 | }
|
131 | 126 | }
|
0 commit comments