@qbcart/company-ui-material-design
Version:
Streaming import to Google's Material Design web components.
63 lines (62 loc) • 1.7 kB
JSON
{
"name": "@qbcart/company-ui-material-design",
"version": "1.0.0-beta.13",
"description": "Streaming import to Google's Material Design web components.",
"keywords": [
"qbcart",
"company",
"material",
"design"
],
"author": "QBCart Inc.",
"contributors": [
"Allan Mobley"
],
"repository": {
"type": "git",
"url": "git+https://github.com/QBCart/Company.UI.MaterialDesign.git"
},
"bugs": {
"url": "https://github.com/QBCart/Company.UI.MaterialDesign/issues"
},
"homepage": "https://github.com/QBCart/Company.UI.MaterialDesign#readme",
"scripts": {
"build": "tsc && OUT_DIR=$npm_config_out_dir snowpack build",
"build:dev": "tsc && snowpack build",
"build:css": "snowpack build --config ./snowpack.sass.config.js",
"build:types": "tsc",
"lint": "eslint src/**/*.ts",
"format:check": "prettier --check .",
"format:fix": "prettier . --write",
"test": "echo \"Error: no test specified\" && exit 1",
"test:ci": "echo \"All Good\" && exit 0"
},
"dependencies": {
"lit": "^2.2.0",
"material-components-web": "^13.0.0"
},
"devDependencies": {
"@snowpack/plugin-sass": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-plugin-lit": "^1.6.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.5.1",
"snowpack": "^3.8.8",
"snowpack-plugin-import-map": "^1.2.0",
"snowpack-plugin-replace": "^1.0.4",
"typescript": "^4.5.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"!.*": [
"prettier . --write"
]
}
}