Skip to content

Commit

Permalink
Update package.json for export
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Dec 14, 2023
1 parent 5678340 commit 5f8a348
Showing 1 changed file with 65 additions and 63 deletions.
128 changes: 65 additions & 63 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/editor",
"version": "0.0.1",
"version": "0.0.24",
"bugs": {
"url": "https://github.com/serlo/frontend/issues"
},
Expand Down Expand Up @@ -49,12 +49,24 @@
"test": "jest"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@graphiql/toolkit": "^0.9.1",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@hello-pangea/dnd": "^16.3.0",
"@next/bundle-analyzer": "^13.5.4",
"@ory/client": "^1.2.11",
"@ory/integrations": "^1.1.5",
"@prezly/slate-lists": "^0.97.0",
Expand All @@ -63,70 +75,9 @@
"@radix-ui/react-select": "^1.2.2",
"@reduxjs/toolkit": "^1.9.7",
"@serlo/authorization": "^0.57.3",
"@tippyjs/react": "^4.2.6",
"@vitejs/plugin-react": "^4.2.0",
"algebra.js": "^0.2.6",
"array-move": "^4.0.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"fast-xml-parser": "^4.3.2",
"fp-ts": "^2.16.1",
"graphiql": "^3.0.6",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"iframe-resizer": "^4.3.7",
"iframe-resizer-react": "^1.1.0",
"io-ts": "^2.2.20",
"is-hotkey": "^0.2.0",
"js-cookie": "^3.0.5",
"json-diff": "^1.0.6",
"katex": "^0.16.9",
"next": "^13.5.4",
"next-query-params": "^4.2.3",
"nprogress": "^0.2.0",
"postcss": "^8.4.31",
"qrcode.react": "^3.1.0",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-diff-viewer": "^3.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-lazyload": "^3.2.0",
"react-mathquill": "Entkenntnis/tmp-react-mathquill",
"react-modal": "^3.16.1",
"react-notify-toast": "Entkenntnis/tmp-react-notify-toast",
"react-redux": "^8.1.3",
"react-simple-star-rating": "^5.1.7",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"redux": "^4.2.1",
"redux-saga": "^1.2.3",
"reselect": "^4.1.8",
"slate": "^0.94.1",
"slate-react": "^0.99.0",
"swr": "^2.2.4",
"timeago-react": "^3.0.6",
"timeago.js": "^4.0.2",
"tiny-warning": "^1.0.3",
"tippy.js": "^6.3.7",
"ts-debounce": "^4.0.0",
"ts-key-enum": "^2.0.12",
"use-query-params": "^2.2.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@graphiql/toolkit": "^0.9.1",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@next/bundle-analyzer": "^13.5.4",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@tippyjs/react": "^4.2.6",
"@types/algebra.js": "^0.2.2",
"@types/escape-html": "^1.0.2",
"@types/iframe-resizer": "^3.5.10",
Expand All @@ -150,7 +101,12 @@
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react": "^4.2.0",
"algebra.js": "^0.2.6",
"array-move": "^4.0.0",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"clsx": "^2.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.51.0",
Expand All @@ -160,24 +116,70 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-xml-parser": "^4.3.2",
"fp-ts": "^2.16.1",
"graphiql": "^3.0.6",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "2.12.6",
"iframe-resizer": "^4.3.7",
"iframe-resizer-react": "^1.1.0",
"install": "^0.13.0",
"io-ts": "^2.2.20",
"is-hotkey": "^0.2.0",
"jest": "^27.5.1",
"js-cookie": "^3.0.5",
"json-diff": "^1.0.6",
"katex": "^0.16.9",
"micromark": "^4.0.0",
"msw": "^0.47.4",
"next": "^13.5.4",
"next-query-params": "^4.2.3",
"npm": "^10.2.5",
"npm-run-all": "^4.1.5",
"nprogress": "^0.2.0",
"postcss": "^8.4.31",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^6.0.1",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.2.0",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"ramda": "^0.29.1",
"react-diff-viewer": "^3.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-hotkeys-hook": "^4.4.1",
"react-is": "^18.2.0",
"react-lazyload": "^3.2.0",
"react-mathquill": "Entkenntnis/tmp-react-mathquill",
"react-modal": "^3.16.1",
"react-notify-toast": "Entkenntnis/tmp-react-notify-toast",
"react-redux": "^8.1.3",
"react-simple-star-rating": "^5.1.7",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"redux": "^4.2.1",
"redux-saga": "^1.2.3",
"reselect": "^4.1.8",
"slate": "^0.94.1",
"slate-react": "^0.99.0",
"styled-jsx-plugin-postcss": "^4.0.1",
"swr": "^2.2.4",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"timeago-react": "^3.0.6",
"timeago.js": "^4.0.2",
"tiny-warning": "^1.0.3",
"tippy.js": "^6.3.7",
"ts-debounce": "^4.0.0",
"ts-key-enum": "^2.0.12",
"ts-unused-exports": "^10.0.1",
"typescript": "^5.2.2",
"use-query-params": "^2.2.1",
"uuid": "^9.0.1",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3",
"vite-plugin-svgr": "^4.2.0"
Expand Down

0 comments on commit 5f8a348

Please sign in to comment.