-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.89 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
{
"name": "mixteen.org",
"version": "1.1.0",
"description": "Website of Mixteen",
"main": "index.html",
"repository": "https://github.com/MixTeen/mixteen.org.git",
"author": "Guillaume EHRET <guillaume@dev-mind.fr>",
"license": "MIT",
"scripts": {
"install": "gulp; tsc;",
"start": "node ./build/app.js",
"dev": "ts-node-dev --respawn --transpileOnly ./app.ts"
},
"engines": {
"node": "^14.0.0"
},
"dependencies": {
"@babel/core": "7.11.5",
"@babel/preset-env": "7.11.5",
"@types/autoprefixer": "9.7.2",
"autoprefixer": "9.8.6",
"async": "3.2.2",
"compression": "1.7.4",
"cssnano": "4.1.10",
"del": "5.1.0",
"devmind-website": "https://github.com/Dev-Mind/devmind-website.git#2.1.14",
"errorhandler": "1.5.1",
"express": "4.17.3",
"express-handlebars": "5.3.1",
"express-session": "1.17.1",
"fg-loadcss": "3.1.0",
"gitbook-cli": "2.3.2",
"gitbook": "2.6.9",
"graceful-fs": "4.2.10",
"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-imagemin": "7.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",
"helmet": "4.1.0",
"html-minifier": "4.0.0",
"md5": "2.3.0",
"moment": "2.29.4",
"morgan": "1.10.0",
"serve-static": "1.14.1",
"ts-node": "8.10.2",
"ts-node-dev": "1.0.0-pre.62",
"typescript": "3.9.7",
"workbox-build": "5.1.4"
}
}