tldraw/packages/www/package.json
2021-09-04 11:13:55 +01:00

43 lines
No EOL
1.1 KiB
JSON

{
"name": "@tldraw/www",
"version": "0.0.57",
"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",
"start": "",
"serve": "next serve",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@stitches/react": "^1.0.0",
"@tldraw/tldraw": "^0.0.57",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"next": "^11.1.0",
"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"
}
}