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
666 B
26 lines
666 B
{
|
|
"name": "@tiny-components/slider",
|
|
"version": "0.1.0",
|
|
"description": "Small fast slider for Desktop and Mobile",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:node001-net/tiny-components-slider.git"
|
|
},
|
|
"author": "Björn Hase",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tiny-components/plain-ui": "^0.6.0",
|
|
"@tiny-components/raw": "^0.1.0",
|
|
"hammerjs": "^2.0.8",
|
|
"riot": "^7.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@riotjs/webpack-loader": "^6.0.0",
|
|
"laravel-mix": "^6.0.43",
|
|
"laravel-mix-purgecss": "^6.0.0",
|
|
"sass": "^1.51.0",
|
|
"sass-loader": "^12.6.0",
|
|
"svg-spritemap-webpack-plugin": "^4.4.0"
|
|
}
|
|
}
|