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.
plain-ui/package.json

26 lines
664 B

{
"name": "@tiny-components/plain-ui",
"version": "0.5.0",
"description": "Simple UI Framework for Building Apps and Websites",
"repository": {
"type": "git",
"url": "git@gitea.node001.net:tiny-components/plain-ui.git"
},
"author": "Björn Hase",
"license": "MIT",
"devDependencies": {
"laravel-mix": "^6.0.16",
"laravel-mix-purgecss": "^6.0.0",
"postcss-css-variables": "^0.17.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"svg-spritemap-webpack-plugin": "^3.9.1",
"svgo": "^1.3.2"
},
"dependencies": {
"normalize.css": "^8.0.1",
"reflex-grid": "^2.0.7"
}
}