Tldraw/package.json

58 wiersze
1.6 KiB
JSON

{
"name": "code-slate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "yarn test:app",
"test:all": "yarn test:code",
"test:update": "yarn test:app --updateSnapshot --watchAll=false"
},
"dependencies": {
"@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",
"@radix-ui/react-hover-card": "^0.0.3",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-radio-group": "^0.0.17",
"@radix-ui/react-tooltip": "^0.0.19",
"@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",
"framer-motion": "^4.1.16",
"gtag": "^1.0.1",
"idb-keyval": "^5.0.6",
"ismobilejs": "^1.1.1",
"next": "10.2.0",
"next-auth": "^3.27.0",
"next-pwa": "^5.2.21",
"perfect-freehand": "^0.4.9",
"prettier": "^2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-use-gesture": "^9.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/uuid": "^8.3.0",
"babel-jest": "^27.0.2",
"jest": "^27.0.4",
"monaco-editor": "^0.24.0",
"typescript": "^4.2.4"
}
}