gel-grid
Version:
A flexible code implementation of the GEL Grid
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "gel-grid",
"version": "7.1.1",
"description": "A flexible code implementation of the GEL Grid",
"main": "_grid.scss",
"scripts": {
"build": "npm run build:compressed && npm run build:expanded",
"build:compressed": "sass --load-path=node_modules/ --style=compressed --no-source-map src/gel-grid.scss dist/gel-grid.min.css",
"build:expanded": "sass --load-path=node_modules/ --style=expanded --no-source-map src/gel-grid.scss dist/gel-grid.css",
"prettier": "prettier . '!**/*.md' '!bookmarklets/*.js' '!**/*.min.*' --write",
"test": "npm run prettier && npm run vitest",
"vitest": "vitest run"
},
"repository": {
"type": "git",
"url": "https://github.com/bbc/gel-grid.git"
},
"keywords": [
"bbc",
"gel",
"grid"
],
"ignore": [
"**/.*",
"node_modules",
"test",
"tests",
"dist",
"bookmarklets"
],
"author": "BBC",
"license": "MIT",
"bugs": {
"url": "https://github.com/bbc/gel-grid/issues"
},
"homepage": "https://github.com/bbc/gel-grid",
"devDependencies": {
"jsdom": "27.2.0",
"prettier": "3.7.4",
"sass": "1.94.2",
"vitest": "4.0.15"
},
"dependencies": {
"gel-sass-tools": "4.1.1",
"sass-mq": "7.0.0"
}
}