Monorepo containing core modules of Zeichen.
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.

35 lines
873 B

  1. {
  2. "name": "note.modal.sh",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "migrate": "tsc migrate.ts --module commonjs --esModuleInterop --outDir database/migrations && sequelize-cli db:migrate"
  10. },
  11. "dependencies": {
  12. "dotenv": "^8.2.0",
  13. "mobiledoc-kit": "^0.13.1",
  14. "next": "9.5.5",
  15. "react": "17.0.1",
  16. "react-dom": "17.0.1",
  17. "react-feather": "^2.0.8",
  18. "react-mobiledoc-editor": "^0.10.0",
  19. "sequelize": "5.22.0",
  20. "sequelize-cli": "^6.2.0",
  21. "sequelize-typescript": "^1.1.0",
  22. "styled-components": "^5.2.0",
  23. "uuid": "^8.3.1"
  24. },
  25. "devDependencies": {
  26. "@types/node": "^14.14.2",
  27. "@types/react": "^16.9.53",
  28. "@types/uuid": "^8.3.0",
  29. "typescript": "^4.0.3"
  30. },
  31. "optionalDependencies": {
  32. "sqlite3": "^5.0.0"
  33. }
  34. }