package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "author": "Jonathan Graham <theflametrooper@gmail.com>",
  3. "bugs": {
  4. "url": "https://github.com/jonathan-grah/lofig/issues"
  5. },
  6. "dependencies": {
  7. "whatwg-fetch": "^3.5.0"
  8. },
  9. "description": "Like the Config package, but for client side JavaScript",
  10. "devDependencies": {
  11. "@babel/core": "^7.12.16",
  12. "@babel/preset-env": "^7.12.16",
  13. "@webpack-cli/serve": "^1.3.0",
  14. "babel-cli": "^6.26.0",
  15. "babel-core": "^6.26.3",
  16. "babel-loader": "^8.2.2",
  17. "babel-polyfill": "^6.26.0",
  18. "babel-preset-es2015": "^6.24.1",
  19. "exports-loader": "^0.7.0",
  20. "imports-loader": "^0.8.0",
  21. "snyk": "^1.456.0",
  22. "webpack": "^4.46.0",
  23. "webpack-cli": "^4.3.0",
  24. "webpack-dev-server": "^3.11.2"
  25. },
  26. "license": "MIT",
  27. "main": "dist/lofig.min.js",
  28. "name": "lofig",
  29. "repository": {
  30. "type": "git",
  31. "url": "git+https://github.com/jonathan-grah/lofig.git"
  32. },
  33. "scripts": {
  34. "dev": "webpack serve --open --mode=development",
  35. "build": "webpack --mode=production",
  36. "test": "snyk test"
  37. },
  38. "version": "1.2.3"
  39. }