You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 570B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "PDFEngine",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "webpack"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "http://176.104.105.124:3000/stefan.stamenovic/PDFEngine"
  13. },
  14. "keywords": [],
  15. "author": "",
  16. "license": "ISC",
  17. "devDependencies": {
  18. "css-loader": "^6.3.0",
  19. "jquery": "^3.6.0",
  20. "lodash": "^4.17.21",
  21. "style-loader": "^3.3.0",
  22. "webpack": "^5.55.0",
  23. "webpack-cli": "^4.8.0"
  24. },
  25. "dependencies": {}
  26. }