Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1005B

1234567891011121314151617181920212223
  1. {
  2. "name": "PDFEngineAPI",
  3. "version": "1.0.0",
  4. "description": "Download coreui free template ReactJS app from Drive (https://drive.google.com/file/d/16bRt2MTkg8b6cHLPtM_EzcF7H6raYz91/view)\r Then extract it and open in command prompt\r run: npm install\r run: npm start\r PDFEngine module must be linked to PDFEngineAPI\r In PDFEngine module project terminal type npm link\r In BlackRock.Reporting.API project terminal type npm link PDFEngine\r After it you can open BlackRock.Reporting.API project in terminal\r run: npm install\r run: dotnet run and open https link",
  5. "main": "index.js",
  6. "dependencies": {
  7. "PDFEngine": "^1.0.0"
  8. },
  9. "devDependencies": {
  10. "webpack": "^5.63.0",
  11. "webpack-cli": "^4.9.1"
  12. },
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "http://176.104.105.124:3000/stefan.stamenovic/PDFEngineAPI"
  19. },
  20. "keywords": [],
  21. "author": "",
  22. "license": "ISC"
  23. }