mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "PyRIGS",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/nottinghamtec/PyRIGS",
|
|
"author": "Tom Price",
|
|
"license": "Custom",
|
|
"dependencies": {
|
|
"@forevolve/bootstrap-dark": "^1.0.0-alpha.1075",
|
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
|
"ajax-bootstrap-select": "^1.4.5",
|
|
"autocompleter": "^6.0.3",
|
|
"autoprefixer": "^9.8.0",
|
|
"bootstrap": "^4.5.2",
|
|
"bootstrap-select": "^1.13.17",
|
|
"clipboard": "^2.0.6",
|
|
"cssnano": "^4.1.10",
|
|
"flatpickr": "^4.6.6",
|
|
"fullcalendar": "^5.3.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-flatten": "^0.4.0",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-uglify": "^3.0.2",
|
|
"html5sortable": "^0.10.0",
|
|
"jquery": "^3.5.1",
|
|
"konami": "^1.6.2",
|
|
"moment": "^2.27.0",
|
|
"node-sass": "^5.0.0",
|
|
"popper.js": "^1.16.1",
|
|
"uglify-js": "^3.12.6"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.12"
|
|
},
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"build": "node node_modules/gulp/bin/gulp build",
|
|
"heroku-cleanup": "rm -rf node_modules/ pipeline/source_assets gulpfile.js"
|
|
}
|
|
}
|