Skip to content

Commit

Permalink
update dependencies: postcss, cssnano, alpinejs and curlyframework ta…
Browse files Browse the repository at this point in the history
…chyons
  • Loading branch information
jenswittmann committed May 7, 2024
1 parent 18af612 commit 0e43075
Showing 1 changed file with 44 additions and 35 deletions.
79 changes: 44 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,45 @@
{
"name": "curlyframework",
"version": "7.0.2",
"description": "Personal framework for more accessibility and sustainability, not just for MODX.",
"scripts": {},
"author": "Jens Wittmann",
"license": "GPL-3.0",
"repository": {},
"dependencies": {
"@alpinejs/focus": "^3.10.3",
"@alpinejs/intersect": "^3.10.3",
"alpinejs": "^3.10.3",
"cssnano": "^6.0.1",
"lazysizes": "^5.3.2",
"postcss-custom-media": "^9.1.3",
"tachyons": "git+ssh://git@github.com:jenswittmann/tachyons.git"
},
"main": "index.html",
"devDependencies": {},
"keywords": [
"curlyframework",
"a11y",
"sustainability",
"carbon-footprint",
"alpinejs",
"modx",
"aria",
"jens wittmann",
"modmore",
"contentblocks",
"gitify",
"accessibility",
"css grid",
"leipzig"
]
}
"license" : "GPL-3.0",
"dependencies" : {
"alpinejs" : "^3.10.3",
"tachyons" : "git+ssh:\/\/git@github.com:jenswittmann\/tachyons.git",
"postcss-custom-media" : "^10.0.6",
"lazysizes" : "^5.3.2",
"@alpinejs\/focus" : "^3.10.3",
"@alpinejs\/intersect" : "^3.10.3",
"cssnano" : "^7.0.1"
},
"description" : "Personal framework for more accessibility and sustainability, not just for MODX.",
"keywords" : [
"curlyframework",
"a11y",
"sustainability",
"carbon-footprint",
"alpinejs",
"modx",
"aria",
"jens wittmann",
"modmore",
"contentblocks",
"gitify",
"accessibility",
"css grid",
"leipzig"
],
"repository" : {

},
"main" : "index.html",
"name" : "curlyframework",
"devDependencies" : {

},
"version" : "7.0.2",
"scripts" : {

},
"author" : "Jens Wittmann",
"optionalDependencies" : {

}
}

0 comments on commit 0e43075

Please sign in to comment.