-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "start",
"version": "0.0.0",
"scripts": {
"start": "gulp | .\\node_modules\\.bin\\bunyan -o short",
"build": "gulp build"
},
"dependencies": {
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-ejs-layouts": "^1.1.0",
"marked": "^0.8.0",
"react-tabs": "^3.1.0",
"request": "^2.88.0",
"universal-analytics": "^0.4.20",
"vhost": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"express-generator": "^4.12.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.2",
"node-notifier": "^5.2.1",
"nodemon": "^1.17.3",
"tail": "^2.0.1"
}
}