You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
578 B
JSON
23 lines
578 B
JSON
{
|
|
"name": "fedi-foundation",
|
|
"version": "1.0.0",
|
|
"description": "Fedi Foundation Website",
|
|
"scripts": {
|
|
"build": "JEKYLL_ENV=production NODE_ENV=production bundle exec jekyll build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/circlebuilder/fedi-foundation.git"
|
|
},
|
|
"author": "Arnold Schrijver",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.4.1",
|
|
"autoprefixer": "^10.3.1",
|
|
"cssnano": "^5.0.6",
|
|
"postcss": "^8.3.5",
|
|
"postcss-import": "^14.0.2",
|
|
"tailwindcss": "^2.2.4"
|
|
}
|
|
}
|