tldraw/packages/www/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2021-08-10 16:12:55 +00:00
{
"name": "@tldraw/www",
2021-09-03 11:10:35 +00:00
"version": "0.0.57",
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": {
2021-09-04 10:13:55 +00:00
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
2021-09-04 10:11:09 +00:00
"@stitches/react": "^1.0.0",
2021-09-03 11:10:35 +00:00
"@tldraw/tldraw": "^0.0.57",
2021-09-04 10:13:55 +00:00
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
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-09-04 10:13:55 +00:00
}