mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp default watch"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "2.27.7"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.12",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"@mr-hope/gulp-sass": "^2.0.0",
|
|
"autonumeric": "^4.6.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"babelify": "^10.0.0",
|
|
"bootstrap": "5.1.3",
|
|
"easymde": "^2.16.1",
|
|
"fancy-log": "^2.0.0",
|
|
"flatpickr": "^4.6.9",
|
|
"gsap": "^3.9.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-sass-glob": "^1.1.0",
|
|
"gulp-strip-debug": "^4.0.0",
|
|
"gulp-uglify-es": "^3.0.0",
|
|
"jquery": "^3.6.0",
|
|
"list.js": "^2.3.1",
|
|
"minimist": "^1.2.5",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.4.5",
|
|
"sass": "1.32.12",
|
|
"sortablejs": "^1.14.0",
|
|
"spinkit": "^2.0.1",
|
|
"what-input": "^5.2.10"
|
|
}
|
|
}
|