Skip to content

Commit

Permalink
feat: WIP slangroom editor
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jun 25, 2024
1 parent 4d11f37 commit a16bb0f
Show file tree
Hide file tree
Showing 19 changed files with 3,600 additions and 1,637 deletions.
62 changes: 33 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,52 +40,56 @@
"dev:storybook": "sleep 6 && storybook dev -p 6006"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@chromatic-com/storybook": "^1.5.0",
"@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/syne": "^5.0.20",
"@material/web": "^1.4.1",
"@playwright/test": "^1.43.1",
"@material/web": "^1.5.0",
"@playwright/test": "^1.45.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@stencil-community/postcss": "^2.2.0",
"@stencil/core": "^4.16.0",
"@stencil/core": "^4.18.3",
"@stencil/playwright": "^0.2.0",
"@stencil/sass": "^3.0.11",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-themes": "^8.0.10",
"@storybook/blocks": "^8.0.8",
"@storybook/cli": "^8.0.8",
"@storybook/html": "^8.0.8",
"@storybook/html-vite": "^8.0.9",
"@storybook/manager-api": "^8.0.9",
"@storybook/test": "^8.0.8",
"@storybook/theming": "^8.0.9",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-themes": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/cli": "^8.1.10",
"@storybook/html": "^8.1.10",
"@storybook/html-vite": "^8.1.10",
"@storybook/manager-api": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/theming": "^8.1.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/jest": "^29.5.12",
"jest": "29",
"jest-cli": "29",
"lit": "^3.1.3",
"lit": "^3.1.4",
"npm-run-all": "^4.1.5",
"puppeteer": "^22.7.1",
"puppeteer": "^22.12.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"semantic-release": "^23.0.8",
"semantic-release": "^24.0.0",
"stencil-tailwind-plugin": "^1.8.0",
"storybook": "^8.0.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"storybook": "^8.1.10",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"license": "AGPL-3.0-only",
"dependencies": {
"@types/node": "^20.12.8",
"lucide-react": "^0.372.0",
"zenroom": "^4.26.2"
"@codemirror/commands": "^6.6.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.2",
"@slangroom/browser": "^1.33.12",
"@types/node": "^20.14.8",
"lucide-react": "^0.396.0",
"zenroom": "^4.32.3"
},
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}
Loading

0 comments on commit a16bb0f

Please sign in to comment.