2023-01-07 10:18:16 +00:00
|
|
|
{
|
|
|
|
"name": "antcms",
|
|
|
|
"description": "A simple CMS built with PHP and Markdown",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/BelleNottelling/AntCMS.git"
|
|
|
|
},
|
|
|
|
"author": "BelleNottelling",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/BelleNottelling/AntCMS/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/BelleNottelling/AntCMS#readme",
|
|
|
|
"devDependencies": {
|
2023-11-24 21:55:43 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2023-09-06 01:36:44 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2023-10-26 02:11:08 +00:00
|
|
|
"tailwindcss": "^3.3.5"
|
2023-01-07 10:18:16 +00:00
|
|
|
}
|
|
|
|
}
|