Tldraw/package.json

44 wiersze
1.2 KiB
JSON
Czysty Zwykły widok Historia

2021-05-09 12:03:39 +00:00
{
"name": "code-slate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
2021-05-14 22:56:41 +00:00
"@monaco-editor/react": "^4.1.3",
2021-06-01 21:49:32 +00:00
"@radix-ui/react-checkbox": "^0.0.15",
2021-06-03 13:10:54 +00:00
"@radix-ui/react-context-menu": "^0.0.19",
"@radix-ui/react-dialog": "^0.0.17",
2021-05-26 10:34:10 +00:00
"@radix-ui/react-dropdown-menu": "^0.0.19",
2021-05-26 19:20:52 +00:00
"@radix-ui/react-icons": "^1.0.3",
2021-05-28 20:30:27 +00:00
"@radix-ui/react-radio-group": "^0.0.16",
2021-06-02 21:17:38 +00:00
"@radix-ui/react-tooltip": "^0.0.18",
"@state-designer/react": "^1.7.3",
2021-05-09 12:03:39 +00:00
"@stitches/react": "^0.1.9",
"browser-fs-access": "^0.17.3",
2021-05-12 22:08:53 +00:00
"framer-motion": "^4.1.16",
"ismobilejs": "^1.1.1",
2021-05-09 12:03:39 +00:00
"next": "10.2.0",
2021-06-11 12:37:09 +00:00
"next-pwa": "^5.2.21",
2021-05-28 16:25:43 +00:00
"perfect-freehand": "^0.4.8",
2021-05-14 22:56:41 +00:00
"prettier": "^2.3.0",
2021-05-26 10:34:10 +00:00
"react": "17.0.2",
2021-05-09 21:22:25 +00:00
"react-dom": "17.0.2",
2021-05-14 22:56:41 +00:00
"react-feather": "^2.0.9",
2021-05-28 13:08:51 +00:00
"react-use-gesture": "^9.1.3",
2021-05-09 21:22:25 +00:00
"uuid": "^8.3.2"
2021-05-09 12:03:39 +00:00
},
"devDependencies": {
"@types/next": "^9.0.0",
2021-05-24 07:44:11 +00:00
"@types/react": "^17.0.5",
2021-05-26 10:34:10 +00:00
"@types/react-dom": "^17.0.3",
2021-05-24 07:44:11 +00:00
"@types/uuid": "^8.3.0",
"cypress": "^7.3.0",
2021-05-14 22:56:41 +00:00
"monaco-editor": "^0.24.0",
2021-05-09 12:03:39 +00:00
"typescript": "^4.2.4"
}
}