package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "ktchn",
  3. "version": "1.0.0",
  4. "description": "backend for recipes",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@material/react-button": "^0.11.0",
  13. "@material/react-card": "^0.11.0",
  14. "@material/react-dialog": "^0.14.1",
  15. "@material/react-drawer": "^0.11.0",
  16. "@material/react-layout-grid": "^0.11.0",
  17. "@material/textfield": "^2.0.0",
  18. "@types/classnames": "^2.2.7",
  19. "@types/dotenv": "^6.1.0",
  20. "@types/material-components-web": "^0.43.1",
  21. "@types/node": "^11.13.2",
  22. "@types/react": "^16.8.15",
  23. "@types/react-redux": "^7.0.6",
  24. "@types/redux-thunk": "^2.1.0",
  25. "@types/sqlite3": "^3.1.3",
  26. "@types/throttle-debounce": "^1.1.1",
  27. "dotenv": "^6.2.0",
  28. "express": "^4.16.4",
  29. "material-components-web": "^1.1.1",
  30. "moment": "^2.24.0",
  31. "nano": "^8.0.0",
  32. "ramda": "^0.26.1",
  33. "redux-thunk": "^2.3.0",
  34. "sqlite3": "^4.0.6",
  35. "throttle-debounce": "^2.1.0"
  36. },
  37. "devDependencies": {
  38. "@types/ramda": "github:types/npm-ramda#dist",
  39. "redux-devtools-extension": "^2.13.8"
  40. }
  41. }