1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "davidwindham.com",
- "description": "a space on the interwebs",
- "version": "1.0.0",
- "author": "@windhamdavid",
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://code.davidawindham.com/david/dw"
- },
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "devDependencies": {
- "browser-sync": "^2.27.10",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-htmlmin": "^5.0.1",
- "gulp-purgecss": "^5.0.0",
- "gulp-rename": "^2.0.0",
- "gulp-sass": "^5.1.0",
- "gulp-terser": "^2.1.0",
- "gulp-useref": "^5.0.0",
- "sass": "^1.56.1",
- "waypoints": "^4.0.1"
- },
- "dependencies": {
- "bootstrap": "^5.2.3",
- "bootstrap-icons": "^1.10.2",
- "fullcalendar": "^5.11.3",
- "jquery": "^3.6.1"
- }
- }
|