mat2-web/package.json
2021-03-21 15:56:23 +01:00

31 lines
672 B
JSON

{
"name": "mat2-web",
"version": "0.5.0",
"description": "A web version of mat2! ",
"scripts": {
"build:css": "postcss static/src/main.css -o static/dist/main.css --env=production"
},
"repository": {
"type": "git",
"url": "git@0xacab.org:jvoisin/mat2-web.git"
},
"keywords": [
"mat2",
"metadata",
"web",
"flask",
"Rest"
],
"author": "jvoisin, jfriedli",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.2",
"@tailwindcss/forms": "^0.2.1",
"autoprefixer": "^10.2.5",
"cssnano": "^4.1.10",
"postcss": "^8.2.8",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.0.4"
}
}