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
655 B
26 lines
655 B
{
|
|
"name": "@tentakelfabrik/plain-ui",
|
|
"version": "0.2.0",
|
|
"description": "Simple UI Framework for Building Apps and Websites",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:tentakelfabrik/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"
|
|
}
|
|
}
|