mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
40 lines
994 B
JSON
40 lines
994 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp default watch"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.24.5",
|
|
"@babel/preset-env": "7.24.5",
|
|
"@fortawesome/fontawesome-free": "6.5.2",
|
|
"autonumeric": "4.10.5",
|
|
"autoprefixer": "10.4.19",
|
|
"bootstrap": "5.3.3",
|
|
"easymde": "2.18.0",
|
|
"fancy-log": "2.0.0",
|
|
"flatpickr": "4.6.13",
|
|
"gsap": "3.12.5",
|
|
"gulp": "5.0.0",
|
|
"gulp-babel": "8.0.0",
|
|
"gulp-clean-css": "4.3.0",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-plumber": "1.2.1",
|
|
"gulp-postcss": "10.0.0",
|
|
"gulp-sass-glob": "1.1.0",
|
|
"gulp-strip-debug": "4.0.0",
|
|
"gulp-uglify-es": "3.0.0",
|
|
"gulp5-sass-plugin": "^1.0.0",
|
|
"jquery": "3.7.1",
|
|
"list.js": "2.3.1",
|
|
"minimist": "1.2.8",
|
|
"ordered-read-streams": "^2.0.0",
|
|
"postcss": "8.4.38",
|
|
"sortablejs": "1.15.2",
|
|
"spinkit": "2.0.1",
|
|
"what-input": "5.2.12"
|
|
}
|
|
}
|