tldraw/packages/www/package.json

36 lines
849 B
JSON
Raw Normal View History

2021-08-10 16:12:55 +00:00
{
2021-09-04 11:26:46 +00:00
"name": "www",
2021-09-03 11:10:35 +00:00
"version": "0.0.57",
2021-09-04 11:26:46 +00:00
"private": false,
"description": "A tiny little drawing app (site).",
2021-08-10 16:12:55 +00:00
"repository": {
"type": "git",
2021-09-04 11:26:46 +00:00
"url": "git+https://github.com/tldraw/tldraw.git"
2021-08-10 16:12:55 +00:00
},
"license": "MIT",
2021-09-04 11:26:46 +00:00
"author": "@steveruizok",
2021-08-10 16:12:55 +00:00
"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next serve",
"lint": "next lint"
},
"dependencies": {
2021-09-03 11:10:35 +00:00
"@tldraw/tldraw": "^0.0.57",
2021-09-04 11:26:46 +00:00
"next": "11.1.2",
"react": "17.0.2",
2021-09-04 11:36:47 +00:00
"react-dom": "17.0.2",
2021-09-04 12:02:13 +00:00
"next-auth": "3.29.0",
"next-transpile-modules": "^8.0.0",
"next-pwa": "^5.2.23",
"next-themes": "^0.0.15",
"@stitches/react": "^1.0.0"
2021-08-10 16:12:55 +00:00
},
"devDependencies": {
2021-09-04 11:26:46 +00:00
"@types/react": "^17.0.19",
2021-08-10 16:12:55 +00:00
"@types/react-dom": "^17.0.9",
2021-09-04 11:26:46 +00:00
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "^4.4.2"
2021-08-10 16:12:55 +00:00
}
2021-09-04 11:36:47 +00:00
}