mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-23 08:39:57 -05:00
30 lines
637 B
JSON
30 lines
637 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": "^6.0.0",
|
|
"autoprefixer": "^10.2.5",
|
|
"cssnano": "^7.0.0",
|
|
"postcss": "^8.4.5",
|
|
"postcss-cli": "^11.0.0",
|
|
"tailwindcss": "^3.0.16"
|
|
}
|
|
}
|