Digital Rights Management für elektronische Patientenakten
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 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "frontend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "webpack --mode development ./src/index.js --output-path ./static/frontend/",
  9. "build": "webpack --mode production ./src/index.js --output-path ./static/frontend/"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "devDependencies": {
  15. "@babel/core": "^7.12.10",
  16. "@babel/plugin-transform-runtime": "^7.12.10",
  17. "@babel/preset-env": "^7.12.11",
  18. "@babel/preset-react": "^7.12.10",
  19. "@babel/runtime": "^7.12.5",
  20. "babel-loader": "^8.2.2",
  21. "babelify": "^10.0.0",
  22. "react": "^17.0.1",
  23. "react-dom": "^17.0.1",
  24. "webpack": "^5.11.0",
  25. "webpack-cli": "^4.2.0"
  26. },
  27. "dependencies": {
  28. "assert": "^2.0.0",
  29. "browserify": "^17.0.0",
  30. "buffer": "^6.0.3",
  31. "buffer-browserify": "^0.2.5",
  32. "core-js": "^3.8.2",
  33. "create-react-class": "^15.7.0",
  34. "crypto": "^1.0.1",
  35. "crypto-browserify": "^3.12.0",
  36. "crypto-js": "^4.0.0",
  37. "cryptojs": "^2.5.3",
  38. "jquery": "^3.5.1",
  39. "process": "^0.11.10",
  40. "regenerator-runtime": "^0.13.7",
  41. "stream-browserify": "^3.0.0"
  42. }
  43. }