Fix NPM package.json not present in the repository

This commit is contained in:
Molkobain
2021-03-26 17:44:23 +01:00
parent fbd46609ff
commit 2e8c0346d3
7 changed files with 203 additions and 426 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"dependencies": {
"@popperjs/core": "^2.4.4",
"bulma-scss": "^0.9.0-1",
"datatables.net": "^1.10.12",
"datatables.net-fixedheader": "^3.1.2",
"datatables.net-responsive": "^2.1.0",
"datatables.net-scroller": "^1.4.2",
"datatables.net-select": "^1.2.0",
"raleway-webfont": "^3.0.1",
"scrollmagic": "^2.0.8",
"tippy.js": "^6.2.5"
}
}