package.json 830 B

123456789101112131415161718192021222324252627282930
  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. },
  13. "devDependencies": {
  14. "@babel/cli": "^7.4.4",
  15. "@babel/core": "^7.4.4",
  16. "@babel/preset-env": "^7.4.4",
  17. "@babel/preset-es2015": "^7.0.0-beta.53"
  18. },
  19. "scripts": {
  20. "test": "echo \"Error: no test specified\" && exit 1",
  21. "build": "./node_modules/.bin/babel js --out-dir lib",
  22. "pdf": "wkhtmltopdf.exe toc --xsl-style-sheet pdf/toc.xsl index.html pdf/vademecum.pdf"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "ssh://git@gogs.labs/tati/eba-vademecum.git"
  27. },
  28. "author": "Tatiana Inama",
  29. "license": "ISC"
  30. }