12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "daw-wp",
- "version": "3.0.0",
- "author": "@windhamdavid",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git@github.com:windhamdavid/daw.git"
- },
- "dependencies": {},
- "devDependencies": {
- "@fullcalendar/core": "^4.4.0",
- "@fullcalendar/daygrid": "^4.4.0",
- "@fullcalendar/google-calendar": "^4.4.0",
- "animate.css": "^3.7.2",
- "bootstrap": "^4.4.1",
- "grunt": "^1.0.4",
- "grunt-contrib-concat": "^1.0.1",
- "grunt-contrib-cssmin": "^3.0.0",
- "grunt-contrib-htmlmin": "^3.1.0",
- "grunt-contrib-jshint": "^2.1.0",
- "grunt-contrib-uglify": "^4.0.1",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-order": "^1.2.0",
- "gulp-rename": "^2.0.0",
- "gulp-uglify": "^3.0.2",
- "jasny-bootstrap": "^4.0.0",
- "jquery": "^3.4.1",
- "jquery-validation": "^1.19.1",
- "moment": "^2.24.0",
- "popper.js": "^1.16.1",
- "streamqueue": "^1.1.2",
- "svg-morpheus": "^0.3.0"
- }
- }
|