@new-ui/foundations
Version:
New UI foundations
56 lines (55 loc) • 1.15 kB
JSON
{
"name": "@new-ui/foundations",
"version": "0.2.5",
"description": "New UI foundations",
"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": [
"foundations",
"typography",
"colors",
"spacings",
"ui",
"modular",
"type",
"design-tokens",
"mobile",
"reset",
"new"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/foundations/issues"
},
"homepage": "https://github.com/NewDesignFile/foundations#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.14.4",
"autoprefixer": "^10.4.21",
"parcel": "^2.14.4"
},
"dependencies": {
"@new-ui/colors": "^2.0.1",
"@new-ui/effects": "^0.1.5",
"@new-ui/reset": "^0.0.9",
"@new-ui/spacings": "^0.1.5",
"@new-ui/typography": "^0.1.8"
}
}