2021-03-18 09:25:11 +01:00
|
|
|
{
|
|
|
|
"name": "mat2-web",
|
|
|
|
"version": "0.5.0",
|
|
|
|
"description": "A web version of mat2! ",
|
|
|
|
"scripts": {
|
2021-03-21 15:56:23 +01:00
|
|
|
"build:css": "postcss static/src/main.css -o static/dist/main.css --env=production"
|
2021-03-18 09:25:11 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@0xacab.org:jvoisin/mat2-web.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"mat2",
|
|
|
|
"metadata",
|
|
|
|
"web",
|
|
|
|
"flask",
|
|
|
|
"Rest"
|
|
|
|
],
|
|
|
|
"author": "jvoisin, jfriedli",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-05-15 04:15:17 +00:00
|
|
|
"@fullhuman/postcss-purgecss": "^6.0.0",
|
2021-03-18 09:25:11 +01:00
|
|
|
"autoprefixer": "^10.2.5",
|
2024-05-15 04:15:31 +00:00
|
|
|
"cssnano": "^7.0.0",
|
2022-01-24 19:43:12 +00:00
|
|
|
"postcss": "^8.4.5",
|
2023-12-21 04:16:04 +00:00
|
|
|
"postcss-cli": "^11.0.0",
|
2022-01-24 19:43:12 +00:00
|
|
|
"tailwindcss": "^3.0.16"
|
2021-03-18 09:25:11 +01:00
|
|
|
}
|
|
|
|
}
|