/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.0
package.json
80 строк
2 KB
David Dias
Update npm stylelint corrections
11 мар 2018, 20:56
11 мар 2018, 20:56
89e5ad4
Код
Авторство
О чём код?
{ "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://thedaviddias@github.com/thedaviddias/Front-End-Checklist-App.git" }, "author": "David Dias (thedaviddias@gmail.com)", "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": "^8.2.2", "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", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-flowtype": "^2.46.1", "eslint-plugin-import": "^2.9.0", "eslint-plugin-prettier": "^2.6.0", "flow-bin": "^0.67.1", "gulp": "^3.9.1", "gulp-autoprefixer": "^4.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": "^4.0.2", "gulp-group-css-media-queries": "^1.2.2", "gulp-html-replace": "^1.6.2", "gulp-htmlmin": "^4.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": "^5.0.0", "gulp-newer": "^1.4.0", "gulp-plumber": "^1.2.0", "gulp-pug": "^3.3.0", "gulp-rename": "^1.2.2", "gulp-sass": "^3.1.0", "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": "^11.6.2", "jsdom-global": "3.0.2", "modernizr": "^3.6.0", "postscribe": "^2.0.8", "prettier": "^1.11.1", "run-sequence": "^2.2.1", "sinon": "^4.4.2", "stylelint": "^9.1.1", "stylelint-config-standard": "^18.2.0", "stylelint-scss": "^2.5.0", "uglifyjs-webpack-plugin": "^1.2.3", "url-loader": "^0.6.2", "webpack": "^3.8.1", "webpack-stream": "^4.0.2", "yargs": "^11.0.0" } }