tldraw/packages/www/package.json

40 lines
942 B
JSON
Raw Normal View History

2021-08-10 16:12:55 +00:00
{
"name": "@tldraw/www",
2021-08-13 13:01:48 +00:00
"version": "0.0.45",
2021-08-10 16:12:55 +00:00
"private": true,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
"repository": {
"type": "git",
"url": "git+https://github.com/tldraw/tldraw.git",
"directory": "packages/www"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
2021-08-13 11:13:11 +00:00
"start": "",
2021-08-10 16:12:55 +00:00
"serve": "next serve",
"lint": "next lint"
},
"dependencies": {
"@stitches/react": "^0.2.3",
2021-08-13 13:01:48 +00:00
"@tldraw/tldraw": "^0.0.45",
2021-08-10 16:12:55 +00:00
"idb": "^6.1.2",
2021-08-11 20:03:59 +00:00
"next": "^11.1.0",
2021-08-10 16:12:55 +00:00
"next-transpile-modules": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.25",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"typescript": "^4.3.5"
}
2021-08-13 12:49:40 +00:00
}