package.json 807 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "kw",
  3. "version": "0.0.1",
  4. "description": "kw",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/windhamdavid/kw.git"
  12. },
  13. "author": "windhamdavid",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/windhamdavid/kw/issues"
  17. },
  18. "homepage": "https://github.com/windhamdavid/kw#readme",
  19. "devDependencies": {
  20. "browser-sync": "^2.27.10",
  21. "gulp": "^4.0.2",
  22. "gulp-concat": "^2.6.1",
  23. "gulp-purgecss": "^5.0.0",
  24. "gulp-sass": "^5.1.0",
  25. "gulp-sourcemaps": "^3.0.0",
  26. "sass": "^1.55.0"
  27. },
  28. "dependencies": {
  29. "amplitudejs": "^5.3.2",
  30. "animate.css": "^4.1.1",
  31. "bootstrap": "^5.2.2",
  32. "bootstrap-icons": "^1.9.1"
  33. }
  34. }