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.

package.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@tldraw/www",
  3. "version": "0.0.57",
  4. "private": true,
  5. "description": "A tiny little drawing app (editor).",
  6. "author": "@steveruizok",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/tldraw/tldraw.git",
  10. "directory": "packages/www"
  11. },
  12. "license": "MIT",
  13. "scripts": {
  14. "dev": "next dev",
  15. "build": "next build",
  16. "start": "",
  17. "serve": "next serve",
  18. "lint": "next lint"
  19. },
  20. "dependencies": {
  21. "@babel/core": "^7.15.5",
  22. "@babel/preset-env": "^7.15.4",
  23. "@stitches/react": "^1.0.0",
  24. "@tldraw/tldraw": "^0.0.57",
  25. "@types/node": "^16.7.10",
  26. "@typescript-eslint/eslint-plugin": "^4.30.0",
  27. "@typescript-eslint/parser": "^4.30.0",
  28. "next": "^11.1.0",
  29. "next-transpile-modules": "^8.0.0",
  30. "react": "^17.0.2",
  31. "react-dom": "^17.0.2"
  32. },
  33. "devDependencies": {
  34. "@babel/core": "^7.14.6",
  35. "@types/jest": "^26.0.23",
  36. "@types/node": "^14.14.25",
  37. "@types/react": "^17.0.16",
  38. "@types/react-dom": "^17.0.9",
  39. "eslint": "7.32.0",
  40. "eslint-config-next": "11.0.1",
  41. "typescript": "^4.3.5"
  42. }
  43. }