AntCMS/package.json
Belle Aerni 94f251fc3f Remove the version from package.json
AntCMS hasn't even had a release yet, so that version number is meaningless
2023-02-12 15:50:26 -08:00

21 lines
576 B
JSON

{
"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": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"tailwindcss": "^3.2.6"
}
}