1234567891011121314151617181920212223242526272829 |
- {
- "name": "hlf",
- "version": "1.0.0",
- "description": "Hodges Law Firm Website",
- "author": "@windhamdavid",
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://github.com/windhamdavid/hlf.git"
- },
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "devDependencies": {
- "browser-sync": "^2.27.7",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-purgecss": "^4.1.3",
- "gulp-sass": "^5.1.0",
- "sass": "^1.48.0"
- },
- "dependencies": {
- "bootstrap": "^5.1.3",
- "font-awesome": "^4.7.0",
- "swiper": "^8.0.2"
- }
- }
|