Skip to content

Commit

Permalink
update package.json with missing opt package
Browse files Browse the repository at this point in the history
  • Loading branch information
elproffesore committed Jun 19, 2024
1 parent 70f9c7b commit 647b24a
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 1 deletion.
195 changes: 195 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
},
"dependencies": {
"@nuxtjs/tailwindcss": "latest",
"d3": "^7.9.0",
"d3": "^7.9.0",
"nuxt": "^3.11.2",
"scrollama": "^3.2.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}

0 comments on commit 647b24a

Please sign in to comment.