Tldraw/package.json

58 wiersze
1.6 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",
2021-06-21 13:13:16 +00:00
"start": "next start",
"test": "yarn test:app",
"test:all": "yarn test:code",
"test:update": "yarn test:app --updateSnapshot --watchAll=false"
2021-05-09 12:03:39 +00:00
},
"dependencies": {
2021-05-14 22:56:41 +00:00
"@monaco-editor/react": "^4.1.3",
"@radix-ui/react-checkbox": "^0.0.16",
"@radix-ui/react-context-menu": "^0.0.21",
"@radix-ui/react-dialog": "^0.0.18",
"@radix-ui/react-dropdown-menu": "^0.0.20",
2021-06-20 12:35:47 +00:00
"@radix-ui/react-hover-card": "^0.0.3",
2021-05-26 19:20:52 +00:00
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-radio-group": "^0.0.17",
"@radix-ui/react-tooltip": "^0.0.19",
2021-06-19 09:00:44 +00:00
"@sentry/integrations": "^6.7.1",
"@sentry/nextjs": "^6.7.1",
"@sentry/node": "^6.7.1",
"@sentry/react": "^6.7.1",
"@sentry/tracing": "^6.7.1",
"@sentry/webpack-plugin": "^1.15.1",
"@state-designer/react": "^1.7.3",
"@stitches/react": "^0.2.1",
"browser-fs-access": "^0.17.3",
2021-05-12 22:08:53 +00:00
"framer-motion": "^4.1.16",
2021-06-19 09:00:44 +00:00
"gtag": "^1.0.1",
2021-06-12 19:40:26 +00:00
"idb-keyval": "^5.0.6",
"ismobilejs": "^1.1.1",
2021-05-09 12:03:39 +00:00
"next": "10.2.0",
2021-06-19 10:22:23 +00:00
"next-auth": "^3.27.0",
2021-06-11 12:37:09 +00:00
"next-pwa": "^5.2.21",
"perfect-freehand": "^0.4.9",
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",
2021-06-21 13:13:16 +00:00
"babel-jest": "^27.0.2",
"jest": "^27.0.4",
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"
}
}