package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. "dotenv": "^6.2.0",
  26. "express": "^4.16.4",
  27. "material-components-web": "^1.1.1",
  28. "moment": "^2.24.0",
  29. "nano": "^8.0.0",
  30. "ramda": "^0.26.1",
  31. "redux-thunk": "^2.3.0",
  32. "sqlite3": "^4.0.6"
  33. },
  34. "devDependencies": {
  35. "@types/ramda": "github:types/npm-ramda#dist",
  36. "redux-devtools-extension": "^2.13.8"
  37. }
  38. }