This commit is contained in:
Jonas Heinrich 2025-08-19 09:46:26 +02:00
parent bd71307c1d
commit b5ed14b767
126 changed files with 97724 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "fragify-assets",
"version": "0.0.1",
"private": true,
"dependencies": {
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1"
},
"scripts": {
"build": "gulp"
}
}