package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "eba-vademecum",
  3. "version": "1.0.0",
  4. "description": "Auto-generated pdf based on a HTML file and ReactJS",
  5. "main": "babel.config.js",
  6. "directories": {
  7. "lib": "lib"
  8. },
  9. "dependencies": {
  10. "@babel/polyfill": "^7.4.4",
  11. "@babel/preset-react": "^7.0.0",
  12. "dotenv": "^8.0.0",
  13. "puppeteer": "^1.15.0",
  14. "puppeteer-core": "^1.15.0"
  15. },
  16. "devDependencies": {
  17. "@babel/cli": "^7.4.4",
  18. "@babel/core": "^7.4.4",
  19. "@babel/node": "^7.2.2",
  20. "@babel/preset-env": "^7.4.4",
  21. "@babel/preset-es2015": "^7.0.0-beta.53",
  22. "babel-plugin-transform-inline-environment-variables": "^0.4.3"
  23. },
  24. "scripts": {
  25. "start": "node src/index.js",
  26. "prof-start": "./node_modules/.bin/babel js/vademecum.js --watch --out-file lib/vademecum.js",
  27. "prof-build": "./node_modules/.bin/babel js/vademecum.js --out-dir lib",
  28. "prof-pdf": "npm run prof-build && node pdf-maker.js",
  29. "dom-start": "./node_modules/.bin/babel js/vademecum-domiciliario.js --watch --out-file lib/vademecum-domiciliario.js",
  30. "dom-build": "./node_modules/.bin/babel js/vademecum-domiciliario.js --out-dir lib",
  31. "dom-pdf": "npm run dom-build && node pdf-domiciliario.js"
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "ssh://git@gogs.labs/tati/eba-vademecum.git"
  36. },
  37. "author": "Tatiana Inama",
  38. "license": "ISC"
  39. }