Zeichen's app for both server and client.
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.
 
 
 

32 lines
785 B

  1. {
  2. "name": "zeichen-app",
  3. "description": "Zeichen's note-taking app for both server and client.",
  4. "version": "0.1.0",
  5. "private": true,
  6. "scripts": {
  7. "dev": "next dev",
  8. "build": "next build",
  9. "start": "next start"
  10. },
  11. "dependencies": {
  12. "@fingerprintjs/fingerprintjs": "^3.0.3",
  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. "styled-components": "^5.2.0",
  20. "uuid": "^8.3.1"
  21. },
  22. "devDependencies": {
  23. "@types/node": "^14.14.2",
  24. "@types/react": "^16.9.53",
  25. "@types/react-dom": "^17.0.0",
  26. "@types/styled-components": "^5.1.4",
  27. "@types/uuid": "^8.3.0",
  28. "typescript": "^4.0.3"
  29. },
  30. "license": "MIT"
  31. }