@chaoshilfe/taktische-zeichen
Version:
React components for the German BOS tactical signs
69 lines • 1.89 kB
JSON
{
"name": "@chaoshilfe/taktische-zeichen",
"version": "1.0.0-rc.1",
"description": "React components for the German BOS tactical signs",
"keywords": [
"react",
"german",
"taktische-zeichen",
"tactical-signs",
"bos",
"behoerden-und-organisationen-mit-sicherheitsaufgaben"
],
"repository": {
"type": "git",
"url": "ssh://git@git.dubistdrauf.de:2222/Spontanhelfer/taktische-zeichen.git"
},
"license": "CC-BY-4.0",
"author": "MarkTwoFive",
"type": "module",
"exports": {
".": {
"import": "./dist/taktische-zeichen.js",
"types": "./dist/main.d.ts"
},
"./dist/taktische-zeichen.js": {
"import": "./dist/taktische-zeichen.js",
"types": "./dist/main.d.ts"
},
"./svg/*": {
"import": "./src/tactical-signs/*"
}
},
"main": "./dist/taktische-zeichen.js",
"types": ".",
"dependencies": {
"clsx": "^2.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/node": "^22.18.6",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"@xmldom/xmldom": "^0.8.10",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"svgo": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7",
"vite-plugin-dts": "^4.5.4"
},
"peerDependencies": {
"clsx": "^2.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"scripts": {
"build": "vite build",
"index": "tsc -p tsconfig.scripts.json && node src/scripts/updateIndex",
"optimize": "tsc -p tsconfig.scripts.json && node src/scripts/extractSymbols",
"test": "echo \"Error: no test specified\" && exit 1"
}
}