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.

25 lines
657 B

{
"name": "@tiny-components/upload",
"version": "0.1.0",
"description": "Upload Field for Riotjs",
"repository": {
"type": "git",
"url": "git@github.com:node001-net/tiny-components/upload.git"
},
"author": "Björn Hase",
"license": "MIT",
"dependencies": {
"@tiny-components/plain-ui": "^0.6.0",
"riot": "^9.4.10"
},
"devDependencies": {
"@riotjs/compiler": "^9.0.7",
"@riotjs/webpack-loader": "^9.0.1",
"@tiny-components/webpack": "^0.2.0"
},
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"build-dev": "webpack --mode development --config webpack.config.js"
}
}