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

30 lines
696 B

{
"name": "plain-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitea.tentakelfabrik.de:herrhase/plain-ui.git"
},
"author": "Björn Hase",
"license": "MIT",
"devDependencies": {
"laravel-mix": "^6.0.16",
"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": {
"laravel-mix-purgecss": "^6.0.0",
"normalize.css": "^8.0.1",
"reflex-grid": "^2.0.7"
}
}