forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
{
"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": "10.1.0",
"chart.js": "2.9.4",
"cookies-eu-banner": "2.0.1",
"cssnano": "4.1.10",
"del": "6.0.0",
"easymde": "2.10.2-360.0",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-options": "1.1.1",
"gulp-postcss": "9.0.0",
"gulp-sass": "4.1.0",
"gulp-terser-js": "5.1.2",
"gulp.spritesmith": "6.11.0",
"highlight.js": "10.4.1",
"jquery": "3.5.1",
"katex": "0.11.1",
"moment": "2.29.1",
"normalize.css": "8.0.1",
"postcss": "8.2.1"
},
"devDependencies": {
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsdoc": "22.1.0",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"gulp-eslint": "6.0.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"ie >= 9"
]
}