@new-ui/spacings
Version:
46 lines (45 loc) • 966 B
JSON
{
"name": "@new-ui/spacings",
"version": "0.1.5",
"description": "Spacing Blocks",
"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
"main": false
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewDesignFile/foundations.git"
},
"keywords": [
"spacings",
"spacing-blocks",
"themes",
"tokens",
"tokens-translation",
"design-tokens",
"design-system"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/foundations/issues"
},
"homepage": "https://github.com/NewDesignFile/foundations#readme",
"devDependencies": {
"@parcel/transformer-css": "^2.14.4",
"@parcel/transformer-sass": "^2.14.4",
"autoprefixer": "^10.4.21",
"parcel": "^2.14.4"
}
}