package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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-drawer": "^0.11.0",
  15. "@material/react-layout-grid": "^0.11.0",
  16. "@material/textfield": "^2.0.0",
  17. "@types/classnames": "^2.2.7",
  18. "@types/dotenv": "^6.1.0",
  19. "@types/material-components-web": "^0.43.1",
  20. "@types/node": "^11.13.2",
  21. "@types/react": "^16.8.15",
  22. "@types/react-redux": "^7.0.6",
  23. "@types/redux-thunk": "^2.1.0",
  24. "@types/sqlite3": "^3.1.3",
  25. "@types/throttle-debounce": "^1.1.1",
  26. "dotenv": "^6.2.0",
  27. "express": "^4.16.4",
  28. "material-components-web": "^1.1.1",
  29. "moment": "^2.24.0",
  30. "nano": "^8.0.0",
  31. "ramda": "^0.26.1",
  32. "redux-thunk": "^2.3.0",
  33. "sqlite3": "^4.0.6",
  34. "throttle-debounce": "^2.1.0"
  35. },
  36. "devDependencies": {
  37. "@types/ramda": "github:types/npm-ramda#dist",
  38. "redux-devtools-extension": "^2.13.8"
  39. }
  40. }