Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/twbs/bootstrap-npm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 547493347feeecc697a452d961fa0468a819429e (plain)
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
{
  "name": "bootstrap-npm",
  "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",
  "scripts": {
    "start": "npm run sass",
    "sass": "node-sass --output-style compressed bootstrap-custom.scss bootstrap-custom.css",
    "watch": "npm run sass -- -w"
  },
  "author": "mdo",
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "^8.6.5",
    "bootstrap": "4.1.2",
    "node-sass": "^4.9.2",
    "popper.js": "^1.14.3",
    "postcss-cli": "^5.0.1",
    "stylelint": "^9.3.0",
    "stylelint-config-recommended-scss": "^3.1.0",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-order": "^0.8.1",
    "stylelint-scss": "^2.5.0"
  }
}