-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
94 lines (94 loc) · 2.54 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
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
91
92
93
94
{
"name": "dev-mind.com",
"version": "1.0.1",
"description": "Website of Dev-Mind",
"main": "index.html",
"repository": "https://github.com/Dev-Mind/dev-mind.com.git",
"author": "Guillaume EHRET <guillaume@dev-mind.fr>",
"license": "MIT",
"scripts": {
"install": "gulp",
"dev": "gulp serve"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@types/autoprefixer": "9.7.2",
"@types/cssnano": "4.0.0",
"@types/del": "4.0.0",
"@types/gulp": "4.0.6",
"@types/gulp-babel": "6.1.29",
"@types/gulp-concat": "0.0.32",
"@types/gulp-gzip": "0.0.31",
"@types/gulp-htmlmin": "1.3.32",
"@types/gulp-if": "0.0.33",
"@types/gulp-imagemin": "7.0.0",
"@types/gulp-load-plugins": "0.0.31",
"@types/gulp-newer": "0.0.31",
"@types/gulp-postcss": "8.0.0",
"@types/gulp-replace": "0.0.31",
"@types/gulp-rev": "5.0.31",
"@types/gulp-rev-replace": "0.2.34",
"@types/gulp-sass": "4.0.0",
"@types/gulp-size": "2.1.1",
"@types/gulp-sourcemaps": "0.0.32",
"@types/gulp-uglify": "3.0.6",
"@types/helmet": "0.0.43",
"@types/mongodb": "3.5.20",
"autoprefixer": "9.8.0",
"compression": "1.7.4",
"cssnano": "4.1.10",
"del": "4.1.1",
"devmind-website": "https://github.com/Dev-Mind/devmind-website.git#2.0.4",
"express": "4.17.1",
"express-session": "1.17.1",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-cache": "1.1.3",
"gulp-cli": "2.3.0",
"gulp-concat": "2.6.1",
"gulp-cwebp": "3.0.0",
"gulp-gzip": "1.4.2",
"gulp-htmlmin": "5.0.1",
"gulp-if": "2.0.2",
"gulp-imagemin": "7.1.0",
"gulp-load-plugins": "2.0.3",
"gulp-newer": "1.4.0",
"gulp-postcss": "8.0.0",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
"gulp-rev": "8.1.1",
"gulp-rev-replace": "0.4.4",
"gulp-sass": "4.1.0",
"gulp-sequence": "1.0.0",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"gulp-useref": "4.0.1",
"gulp-wait2": "0.0.5",
"gulp-webp": "3.0.0",
"helmet": "3.23.0",
"html-minifier": "3.5.21",
"imagemin-webp": "5.1.0",
"jpegtran-bin": "5.0.1",
"md5": "2.2.1",
"ts-node": "8.10.2",
"serve-static": "1.14.1",
"ts-node-dev": "1.0.0-pre.47",
"typescript": "3.4.2"
},
"resolutions": {
"gulp-decompress": "2.0.2",
"node-sass": "4.12.0",
"cssnano": "4.1.10",
"imagemin": "6.1.0"
},
"browserslist": [
"last 2 version",
"> 5%",
"IE 10"
]
}