mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
40 lines
993 B
JSON
40 lines
993 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp default watch"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "2.26.7"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
|
"autonumeric": "^4.5.13",
|
|
"autoprefixer": "^9.7.6",
|
|
"babelify": "^10.0.0",
|
|
"bootstrap": "4.4.1",
|
|
"easymde": "^2.10.1",
|
|
"fancy-log": "^1.3.3",
|
|
"flatpickr": "^4.6.3",
|
|
"gsap": "^3.2.6",
|
|
"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": "^8.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sass-glob": "^1.1.0",
|
|
"gulp-strip-debug": "^3.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"jquery": "^3.5.0",
|
|
"list.js": "^1.5.0",
|
|
"minimist": "^1.2.5",
|
|
"popper.js": "^1.16.1",
|
|
"sortablejs": "^1.10.2",
|
|
"spinkit": "^2.0.1",
|
|
"what-input": "^5.2.7"
|
|
}
|
|
}
|