-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 3.22 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "dev-mind.com",
"version": "1.0.2",
"description": "Website of Dev-Mind",
"main": "index.html",
"repository": "https://github.com/Dev-Mind/dev-mind.com.git",
"author": "Guillaume EHRET <[email protected]>",
"license": "MIT",
"scripts": {
"install": "gulp;gulp build-backend;tsc",
"build": "gulp build",
"start": "node ./build/app.js",
"dev": "gulp styles-backend-dev; ts-node-dev --respawn --transpileOnly ./app.ts",
"watch": "gulp watch",
"test": "jest"
},
"engines": {
"node": "^14.0.0"
},
"dependencies": {
"@types/compression": "1.7.0",
"@types/cookie-parser": "1.4.2",
"@types/errorhandler": "1.5.0",
"@types/express": "4.17.7",
"@types/express-handlebars": "3.1.0",
"@types/express-session": "1.17.0",
"@types/jest": "26.0.13",
"@types/jsdom": "16.2.4",
"@types/morgan": "1.9.1",
"@types/nodemailer": "6.4.0",
"@types/uuid": "8.3.0",
"async": "3.2.5",
"cookie-parser": "1.4.5",
"errorhandler": "1.5.1",
"express": "4.17.1",
"express-handlebars": "5.1.0",
"express-session": "1.17.1",
"fg-loadcss": "3.1.0",
"helmet": "4.1.0",
"jest": "26.4.2",
"jsdom": "16.4.0",
"md5": "2.3.0",
"moment": "2.29.4",
"mongodb": "3.7.4",
"morgan": "1.10.0",
"nodemailer": "6.4.11",
"serve-static": "1.14.1",
"ts-jest": "26.3.0",
"uuid": "8.3.0",
"workbox-build": "5.1.4"
},
"devDependencies": {
"@babel/core": "7.11.5",
"@babel/preset-env": "7.11.5",
"@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-load-plugins": "0.0.32",
"@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.48",
"@types/mongodb": "3.5.20",
"autoprefixer": "9.8.6",
"compression": "1.7.4",
"cssnano": "4.1.10",
"del": "5.1.0",
"devmind-website": "https://github.com/Dev-Mind/devmind-website.git#2.1.17",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-cache": "1.1.3",
"gulp-cli": "2.3.0",
"gulp-concat": "2.6.1",
"gulp-gzip": "1.4.2",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
"gulp-load-plugins": "2.0.4",
"gulp-newer": "1.4.0",
"gulp-postcss": "8.0.0",
"gulp-rename": "2.0.0",
"gulp-replace": "1.0.0",
"gulp-rev": "9.0.0",
"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": "4.0.1",
"html-minifier": "4.0.0",
"imagemin-webp": "6.0.0",
"ts-node": "8.10.2",
"ts-node-dev": "1.0.0-pre.62",
"typescript": "3.9.7"
},
"browserslist": [
"last 2 version",
"> 5%",
"IE 10"
]
}