mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp default watch"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "2.26.13"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/preset-env": "^7.12.7",
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
"autonumeric": "^4.6.0",
|
|
"autoprefixer": "^10.0.4",
|
|
"babelify": "^10.0.0",
|
|
"bootstrap": "4.5.3",
|
|
"easymde": "^2.13.0",
|
|
"fancy-log": "^1.3.3",
|
|
"flatpickr": "^4.6.6",
|
|
"gsap": "^3.5.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.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sass-glob": "^1.1.0",
|
|
"gulp-strip-debug": "^3.0.0",
|
|
"gulp-uglify-es": "^2.0.0",
|
|
"jquery": "^3.5.1",
|
|
"list.js": "^2.3.0",
|
|
"minimist": "^1.2.5",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.1.14",
|
|
"sortablejs": "^1.10.2",
|
|
"spinkit": "^2.0.1",
|
|
"what-input": "^5.2.10"
|
|
}
|
|
}
|