Add dependency on tarotcard.css library

This commit is contained in:
The Magician 2023-12-02 17:27:55 +00:00
parent 5f7cf72426
commit 87ff952f8e
3 changed files with 23 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

17
package-lock.json generated Normal file
View File

@ -0,0 +1,17 @@
{
"name": "themagician.cc",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@themagician23/tarotcard.css": "^0.0.1"
}
},
"node_modules/@themagician23/tarotcard.css": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@themagician23/tarotcard.css/-/tarotcard.css-0.0.1.tgz",
"integrity": "sha512-upnP7AKasrk35xa2g3VIwzY3KDOpJaN1d0bfBw3WkdMhgx/t0WOdwIvjMSIio4XmLFgxmErJAvgaDFZr35TEuA=="
}
}
}

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"@themagician23/tarotcard.css": "^0.0.1"
}
}