You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
723 B
26 lines
723 B
{
|
|
"name": "@spd-minden/sozi-ui",
|
|
"version": "0.2.0",
|
|
"description": "Components for CI of SPD",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.node001.net:spd-minden/sozi-ui.git"
|
|
},
|
|
"author": "Björn Hase",
|
|
"license": "GPLv3",
|
|
"dependencies": {
|
|
"cash-dom": "^8.1.5",
|
|
"reflex-grid": "^2.0.8",
|
|
"riot": "^9.4.4",
|
|
"smooth-scroll": "^16.1.3",
|
|
"throttle-debounce": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tiny-components/webpack": "^0.5.2"
|
|
},
|
|
"scripts": {
|
|
"build-dev": "bun webpack --mode development --config webpack.config.js",
|
|
"build": "bun webpack --mode production --config webpack.config.js"
|
|
}
|
|
}
|