forked from MOPCON/MOPCON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
{
"name": "mopcon-e",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.16.0",
"bootstrap": "^4.3.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ejs": "^2.5.6",
"express": "~4.14.1",
"express-ejs-layouts": "^2.3.0",
"gulp-order": "^1.1.1",
"heatmap.js": "^2.0.5",
"i18n": "^0.8.3",
"jade": "~1.11.0",
"jquery": "^3.4.1",
"js-yaml": "^3.8.2",
"morgan": "~1.7.0",
"owl.carousel": "^2.3.4",
"request": "^2.81.0",
"serve-favicon": "~2.3.2"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"main-bower-files": "^2.13.1",
"minimist": "^1.2.0"
}
}