1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "daw-wp",
- "version": "3.0.0",
- "author": "@windhamdavid",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git@github.com:windhamdavid/daw.git"
- },
- "devDependencies": {
- "browser-sync": "^2.11.2",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-rename": "^2.0.0",
- "gulp-sass": "^5.1.0",
- "gulp-terser": "^2.1.0",
- "gulp-uglify": "^3.0.2",
- "sass": "^1.56.1",
- "streamqueue": "^1.1.2"
- },
- "dependencies": {
- "animate.css": "^4.1.1",
- "bootstrap": "^5.2.3",
- "bootstrap-icons": "^1.10.2",
- "fullcalendar": "^5.11.3",
- "jasny-bootstrap": "^4.0.0",
- "jquery": "^3.6.1",
- "jquery-validation": "^1.19.5",
- "svg-morpheus": "^0.3.0"
- }
- }
|