Point to fonts on generic style.gsc.org.uk domain
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
File deleted
This source diff could not be displayed because it is too large. You can view the blob instead.
File deleted
File deleted
{ | { | ||
"name": "@gsc/bootstrap", | "name": "@gsc/bootstrap", | ||
"version": "1.1.0", | "version": "2.0.0", | ||
"description": "A GSC-themed version of the Bootstrap CSS framework", | "description": "A GSC-themed version of the Bootstrap CSS framework", | ||
"main": "index.js", | "main": "index.js", | ||
"repository": "https://git.gsc.org.uk/utils/gsc-bootstrap", | "repository": "https://git.gsc.org.uk/utils/gsc-bootstrap", | ||
"author": "Ben Galloway <ben.galloway@gsc.org.uk>", | "author": "Ben Galloway <ben.galloway@gsc.org.uk>", | ||
"license": "MIT", | "license": "MIT", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"build": "yarn run dist", | "build": "yarn run dist", | ||
"dist": "yarn run css && cp -r font dist/", | "dist": "yarn run css", | ||
"css": "yarn run css-compile && yarn run css-prefix && yarn run css-minify", | "css": "yarn run css-compile && yarn run css-prefix && yarn run css-minify", | ||
"css-compile": | "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 gsc.scss dist/bootstrap.css", | ||
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 gsc.scss dist/bootstrap.css", | "css-prefix": "postcss --config postcss.config.js --replace \"dist/*.css\" \"!dist/*.min.css\"", | ||
"css-prefix": "postcss --config postcss.config.js --replace \"dist/*.css\" \"!dist/*.min.css\"", | "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output dist/bootstrap.min.css dist/bootstrap.css" | ||
"css-minify": | }, | ||
"cleancss --level 1 --source-map --source-map-inline-sources --output dist/bootstrap.min.css dist/bootstrap.css" | "files": [ | ||
}, | "dist" | ||
"files": ["dist"], | ], | ||
"peerDependencies": { | "peerDependencies": { | ||
"reactstrap": "^5.0.0" | "reactstrap": "^6.1.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"autoprefixer": "^8.3.0", | "autoprefixer": "^9.4.8", | ||
"bootstrap": "^4.0.0", | "bootstrap": "^4.3.1", | ||
"clean-css-cli": "^4.1.11", | "clean-css-cli": "^4.2.1", | ||
"node-sass": "^4.8.3", | "node-sass": "^4.11.0", | ||
"postcss-cli": "^5.0.0" | "postcss-cli": "^6.1.1" | ||
} | } | ||
} | } |
Please register or sign in to comment