forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "zds-site",
"version": "0.2.0",
"description": "Site internet communautaire codé à l'aide du Framework Django 1.10",
"directories": {
"doc": "doc"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"build": "node ./node_modules/gulp/bin/gulp.js build",
"watch": "node ./node_modules/gulp/bin/gulp.js watch",
"lint": "node ./node_modules/gulp/bin/gulp.js lint",
"clean": "node ./node_modules/gulp/bin/gulp.js clean"
},
"repository": {
"type": "git",
"url": "git://github.com/zestedesavoir/zds-site.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/zestedesavoir/zds-site/issues"
},
"homepage": "https://github.com/zestedesavoir/zds-site",
"dependencies": {
"autoprefixer": "^9.7.2",
"chart.js": "^2.9.3",
"cookies-eu-banner": "^2.0.1",
"cssnano": "4.1.10",
"del": "5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "6.2.0",
"gulp-options": "^1.1.1",
"gulp-postcss": "8.0.0",
"gulp-sass": "4.0.2",
"gulp-terser-js": "^5.0.1",
"gulp.spritesmith": "6.11.0",
"highlight.js": "^9.16.2",
"jquery": "3.4.1",
"katex": "0.10.1",
"moment": "^2.24.0",
"normalize.css": "8.0.1",
"easymde": "^2.8.0"
},
"devDependencies": {
"gulp-jshint": "2.1.0",
"jshint": "2.10.3",
"jshint-stylish": "2.2.1"
},
"browserslist": [
"last 2 versions",
"> 1%",
"ie >= 9"
]
}