-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "chaos-boilerplate-front",
"version": "1.0.0",
"description": "Front-end boilerplate, to suit my needs.",
"main": "src/index.html",
"repository": "https://github.com/youpiwaza/chaos-boilerplate-front.git",
"author": "youpiwaza <[email protected]>",
"license": "MIT",
"devDependencies": {
"ansi-colors": "^4.1.1",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint": "^6.2.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-htmllint": "^0.0.16",
"gulp-htmlmin": "^5.0.1",
"gulp-inject": "^5.0.4",
"gulp-replace": "^1.0.0",
"gulp-stylelint": "^9.0.0",
"gulp-uglify-es": "^2.0.0",
"normalize.css": "^8.0.1",
"stylelint": "^10.1.0",
"stylelint-config-airbnb": "^0.0.0",
"stylelint-order": "^3.0.1",
"stylelint-scss": "^3.9.4",
"yarn": "^1.17.3"
},
"dependencies": {
"fontfaceobserver": "^2.1.0",
"normalize.css": "^8.0.1"
}
}