mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "PyRIGS",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/nottinghamtec/PyRIGS",
|
|
"author": "Tom Price",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@activix/bootstrap-datetimepicker": "^2.0.7",
|
|
"@forevolve/bootstrap-dark": "^1.0.0-alpha.1075",
|
|
"@fortawesome/fontawesome-free": "^5.13.1",
|
|
"ajax-bootstrap-select": "^1.4.5",
|
|
"autocompleter": "^6.0.3",
|
|
"autoprefixer": "^9.8.0",
|
|
"bootstrap": "^4.5.0",
|
|
"bootstrap-select": "^1.13.17",
|
|
"dark-mode-switch": "^1.0.0",
|
|
"fullcalendar": "^3.10.2",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"jquery": "^3.5.1",
|
|
"jquery-ui-dist": "^1.12.1",
|
|
"konami": "^1.6.2",
|
|
"moment": "^2.27.0",
|
|
"popper.js": "^1.16.1",
|
|
"raven-js": "^3.27.2"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-flatten": "^0.4.0",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-terser": "^1.2.0",
|
|
"node-sass": "^4.14.1"
|
|
},
|
|
"scripts": {
|
|
"gulp": "gulp"
|
|
}
|
|
}
|