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.
sidebar-form/package.json

27 lines
746 B

{
"name": "@tiny-components/sidebar-form",
"version": "1.2.1",
"description": "sidebar to handle forms",
"repository": {
"type": "git",
"url": "git@git.node001.net:tiny-components/sidebar-form.git"
},
"scripts": {
"build": "webpack --mode development --config webpack.config.js",
"build-production": "webpack --mode production --config webpack.config.js"
},
"author": "Björn Hase",
"license": "MIT",
"dependencies": {
"@riotjs/observable": "^4.1.1",
"@tiny-components/loading": "^0.1.0",
"@tiny-components/plain-ui": "^0.6.0",
"riot": "^9.4.3"
},
"devDependencies": {
"@riotjs/compiler": "^9.2.0",
"@riotjs/webpack-loader": "^9.0.1",
"@tiny-components/webpack": "^0.5.2"
}
}