normandy-css
Version:
Normandy CSS boilerplate and guidelines
78 lines (77 loc) • 2.03 kB
JSON
{
"name": "normandy-css",
"version": "3.0.1",
"description": "Normandy CSS boilerplate and guidelines",
"keywords": [
"bem",
"css",
"itcss",
"oocss",
"sass",
"scss",
"smacss"
],
"homepage": "https://github.com/calidae/normandy-css",
"repository": {
"type": "git",
"url": "git://github.com/calidae/normandy-css.git"
},
"license": "MIT",
"author": "Adrià Fontcuberta <afontcu@gmail.com> (http://fontcuberta.cat)",
"contributors": [
"Xavier Pregona <xevops@gmail.com>",
"Oriol Ferràndez Grau <oriol@ferrandez.cat> (https://www.ferrandez.cat)",
"Marc Salat <marcs@calidae.com>",
"Kilian Cabrera <kilian@calidae.com>"
],
"main": "scss/main.scss",
"scripts": {
"dev": "gulp watch",
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"docs:lint": "prettier --write \"docs/**/*.{js,json,css,scss,vue,md}\"",
"lint": "gulp stylelint",
"mocha": "mocha --reporter min",
"prepare": "npm test && gulp",
"sass": "gulp sass",
"start": "npm run dev",
"test": "npm run lint && npm run mocha"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"docs/**/*.{js,json,css,scss,vue,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"sass-mq": "^5.0.0"
},
"devDependencies": {
"@vue/eslint-config-prettier": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"gulp": "^3.9.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-stylelint": "^8.0.0",
"husky": "^1.2.0",
"lint-staged": "^8.1.0",
"mocha": "^3.5.3",
"node-sass": "^4.10.0",
"prettier": "^1.15.2",
"sass": "^1.14.3",
"sass-loader": "^7.1.0",
"sass-true": "^4.0.0",
"stylelint": "^9.8.0",
"stylelint-config-sass-guidelines": "^5.2.0",
"stylelint-scss": "^3.4.0",
"vuepress": "^1.0.0-alpha.22"
}
}