forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 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
{
"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.4.14",
"chart.js": "3.9.1",
"chartjs-adapter-moment": "1.0.1",
"cssnano": "6.0.1",
"del": "6.1.1",
"easymde": "2.18.0",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-dart-sass": "1.1.0",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-options": "1.1.1",
"gulp-postcss": "9.0.1",
"gulp-terser-js": "5.2.2",
"gulp.spritesmith": "6.13.0",
"jquery": "3.7.0",
"moment": "2.29.4",
"normalize.css": "8.0.1",
"postcss": "8.4.23"
},
"devDependencies": {
"david": "12.0.0",
"eslint": "8.41.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "44.2.5",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-promise": "6.1.1"
},
"browserslist": [
"last 2 versions",
"> 1%",
"ie >= 9"
]
}