bootstrap-npm/package.json

27 строки
789 B
JSON
Исходник Обычный вид История

2018-04-02 08:21:54 +03:00
{
"name": "bootstrap-npm",
2018-07-16 09:00:05 +03:00
"version": "1.1.0",
"description": "Example project for including and customizing Bootstrap's Sass and CSS via npm.",
"style": "bootstrap-custom.css",
"sass": "bootstrap-custom.scss",
2018-04-02 08:21:54 +03:00
"scripts": {
"start": "npm run sass",
"sass": "node-sass --output-style compressed bootstrap-custom.scss bootstrap-custom.css",
"watch": "npm run sass -- -w"
2018-04-02 08:21:54 +03:00
},
"author": "mdo",
"license": "MIT",
"dependencies": {
2018-07-16 09:46:24 +03:00
"autoprefixer": "^8.6.5",
2018-07-16 09:00:05 +03:00
"bootstrap": "4.1.2",
2018-07-16 09:46:24 +03:00
"node-sass": "^4.9.2",
"popper.js": "^1.14.3",
"postcss-cli": "^5.0.1",
"stylelint": "^9.3.0",
2018-04-02 08:21:54 +03:00
"stylelint-config-recommended-scss": "^3.1.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^2.5.0"
}
}