This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 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
65
66
67
68
69
70
71
72
{
"name": "geoojson",
"version": "0.0.1",
"description": "Simple HTML page to clean geoJSON file a bit.",
"repository": {
"type": "git",
"url": "[email protected]:ffoodd/geoojson.git"
},
"author": "Gaël Poupard",
"license": "MIT",
"keywords": [
"geojson",
"accessibility",
"front-end",
"markup",
"HTML",
"CSS",
"progressive enhancement"
],
"scripts": {
"gulp": "node node_modules/gulp/bin/gulp.js",
"pretest": "npm run gulp doc",
"test": "npm run gulp test",
"start": "npm run gulp"
},
"stylelint": {
"extends": "stylelint-config-recommended-scss",
"plugins": [
"stylelint-scss"
],
"rules": {
"no-descending-specificity": null
}
},
"ignore": [
"node_modules"
],
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"axe-core": "^3.2.2",
"browser-sync": "^2.26.5",
"chalk": "^2.4.2",
"del": "^4.1.1",
"eslint": "^5.16.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-axe-webdriver": "^3.1.3",
"gulp-babel": "^8.0.0",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-purgecss": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^9.0.0",
"gulp-uglify": "^3.0.2",
"html-validator": "^4.0.3",
"log-symbols": "^3.0.0",
"stylelint": "^15.10.1",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.8.0"
},
"dependencies": {
"gulp-sri-hash": "^2.2.1",
"normalize.css": "^8.0.1",
"sseeeedd": "^0.2.1"
}
}