packages/assets/package.json
{
"name": "basis-assets",
"version": "0.0.15",
"description": "Vendor SCSS / CSS dependencies and server assets for the Basis stack",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"No tests\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basis-stack/basis.git"
},
"keywords": [
"basis",
"assets",
"scss"
],
"author": "Justin Ware <wareisjustin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/basis-stack/basis/issues"
},
"homepage": "https://github.com/basis-stack/basis#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"material-colors": "^1.2.6",
"roboto-fontface": "^0.10.0"
}
}