bausteine
Version:
Design System
74 lines (73 loc) • 2.3 kB
JSON
{
"name": "bausteine",
"type": "module",
"version": "1.1.1",
"description": "Design System",
"main": "./dist/createWebComponent.js",
"module": "./dist/createWebComponent.js",
"types": "./dist/createWebComponent.d.ts",
"exports": {
"import": "./dist/createWebComponent.js",
"default": "./dist/createWebComponent.js"
},
"scripts": {
"start": "html-bundle --hmr --secure",
"build": "html-bundle && tsc",
"test": "npm run build && wtr test/**/*.html --node-resolve --playwright --browsers chromium firefox webkit && node a11y.js",
"a11y": "axe https://localhost:5000/snapshots.html",
"lint": "eslint src/**/*.{ts,js,mjs,jsx,tsx} --fix && tsc --noEmit",
"format": "prettier . --write",
"pre-commit": "npm run lint && npm run format && npm test",
"update": "npx npm-check-updates -u && npm i && npm outdated"
},
"dependencies": {
"@webreflection/custom-elements-builtin": "^0.4.1",
"hydro-js": "^1.7.0",
"router-dom": "^3.0.3",
"tailwindcss": "^3"
},
"devDependencies": {
"@axe-core/cli": "^4.10.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"@web/test-runner": "^0.20.0",
"@web/test-runner-playwright": "^0.11.0",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"eslint": "9.24.0",
"eslint-plugin-prettier": "^5.2.6",
"fluid-tailwind": "^1.0.4",
"globals": "^16.0.0",
"html-bundle": "^6.1.8",
"husky": "^9.1.7",
"jiti": "^2.4.2",
"nano-spawn": "^0.2.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"sharp": "^0.34.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0"
},
"keywords": [
"reactive",
"libary",
"javascript",
"dom",
"modern",
"fast",
"design system"
],
"author": "Fabian Klingenberg <klingenberg.fabian@gmx.de> (https://klingenberg.netlify.app/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Krutsch/bausteine.git"
},
"bugs": "https://github.com/Krutsch/bausteine/issues"
}