forked from thedaviddias/Front-End-Checklist
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.47 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
73
74
75
76
77
78
79
80
81
{
"name": "front-end-checklist",
"version": "0.0.1",
"description": "The perfect Front-End Checklist for modern websites and meticulous developers",
"scripts": {
"start": "gulp dev",
"build": "gulp build",
"test": "gulp test",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/thedaviddias/Front-End-Checklist-App.git"
},
"author": "David Dias ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/thedaviddias/Front-End-Checklist-App/issues"
},
"homepage": "https://github.com/thedaviddias/Front-End-Checklist-App#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.23.6",
"chai": "^4.1.2",
"critical": "^1.1.0",
"del": "4.1.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"flow-bin": "^0.77.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-cached": "^1.1.1",
"gulp-cdnizer": "^2.0.0",
"gulp-changed": "^3.2.0",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.3.1",
"gulp-eslint": "^5.0.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-istanbul": "^1.1.3",
"gulp-json-concat": "^0.1.1",
"gulp-mocha": "^6.0.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^7.0.0",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0",
"html-webpack-plugin": "^3.0.0",
"imagemin-webp": "^4.1.0",
"jsdom": "^12.0.0",
"jsdom-global": "3.0.2",
"modernizr": "^3.6.0",
"postscribe": "^2.0.8",
"prettier": "^1.11.1",
"run-sequence": "^2.2.1",
"sinon": "^6.1.3",
"stylelint": "^9.1.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.1.3",
"uglifyjs-webpack-plugin": "^2.0.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-stream": "^5.0.0",
"yargs": "^12.0.1"
}
}