@unicef-polymer/etools-unicef
Version:
eTools UNICEF library of reusable components
65 lines (64 loc) • 1.8 kB
JSON
{
"name": "@unicef-polymer/etools-unicef",
"version": "2.1.0",
"description": "eTools UNICEF library of reusable components",
"main": "index.js",
"type": "module",
"scripts": {
"tsToJs": "rm -rf src && tsc",
"watch": "tsc --watch",
"lint:eslint": "eslint src_ts/**",
"format:eslint": "eslint src_ts/** --fix",
"lint": "npm run lint:eslint",
"format": "npm run format:eslint",
"generate-icons": "node ./src/etools-icons/etools-icons-generate.js",
"prepublishOnly": "npm run tsToJs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unicef-polymer/etools-unicef.git"
},
"keywords": [
"etools",
"reusable",
"components",
"Lit"
],
"author": "UNICEF Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/unicef-polymer/etools-unicef/issues"
},
"homepage": "https://github.com/unicef-polymer/etools-unicef#readme",
"dependencies": {
"lit": "^3.3.1",
"@a11y/focus-trap": "^1.0.5",
"@open-wc/dedupe-mixin": "^1.4.0",
"@shoelace-style/shoelace": "2.20.1",
"dayjs": "^1.11.13",
"typescript": "5.3.3",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@unicef-polymer/etools-types": ">=2.0.0",
"@unicef-polymer/etools-utils": ">=3.0.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"eslint": "^9.16.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"svg-sprite": "^2.0.2"
},
"publishConfig": {
"access": "public"
}
}