/
githubmirror
/
Open-Assistant
Обзор
Документация
Войти
/
githubmirror
/
Open-Assistant
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.0.3-alpha23
website/package.json
129 строк
4 KB
Dragan Jovanović
Basic implementation of an plugin system for OA (#2765)
02 май 2023, 11:21
Не верифицирован
02 май 2023, 11:21
c871915
Код
Авторство
О чём код?
{ "name": "website", "homepage": "http://projects.laion.ai.github.io/Open-Assistant", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "build:analyze": "cross-env ANALYZE=true next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "cypress": "cypress open", "cypress:run": "cypress run", "cypress:run:contract": "cypress run --config-file ./cypress.config.contract.js", "cypress:component": "cypress run --component", "cypress:image-baseline": "cypress-image-diff -u", "jest": "jest --watch", "fix:lint": "eslint --fix src/ --ext .js,.jsx,.ts,.tsx", "fix:format": "prettier --write ./src", "fix": "npm run fix:format && npm run fix:lint" }, "prisma": { "seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts" }, "dependencies": { "@chakra-ui/icons": "^2.0.18", "@chakra-ui/react": "^2.5.5", "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.8", "@icons-pack/react-simple-icons": "^5.11.0", "@marsidev/react-turnstile": "^0.0.7", "@next-auth/prisma-adapter": "^1.0.5", "@next/bundle-analyzer": "^13.3.1", "@next/font": "13.0.6", "@nikolovlazar/chakra-ui-prose": "^1.2.1", "@prisma/client": "^4.11.0", "@tailwindcss/forms": "^0.5.3", "@tanstack/react-table": "^8.8.5", "autoprefixer": "^10.4.14", "axios": "^1.3.4", "boolean": "^3.2.0", "chart.js": "^4.2.1", "clsx": "^1.2.1", "date-fns": "^2.29.3", "eslint": "8.39.0", "eslint-config-next": "13.0.6", "eslint-plugin-simple-import-sort": "^10.0.0", "focus-visible": "^5.2.0", "framer-motion": "^6.5.1", "friendly-username-generator": "^2.0.4", "lande": "^1.0.10", "lucide-react": "^0.105.0", "next": "13.0.6", "next-auth": "^4.20.1", "next-i18next": "^13.2.2", "nodemailer": "^6.9.1", "pino": "^8.11.0", "postcss-focus-visible": "^7.1.0", "react": "18.2.0", "react-chartjs-2": "^5.2.0", "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-feature-flags": "^1.0.0", "react-hook-form": "^7.43.8", "react-i18next": "^12.2.0", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", "react-textarea-autosize": "^8.4.1", "rehype-katex": "^6.0.2", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "sharp": "^0.31.3", "simplebar-react": "^3.2.4", "swr": "2.0.3", "tailwindcss": "^3.2.7", "use-debounce": "^9.0.3", "usehooks-ts": "^2.9.1" }, "devDependencies": { "@babel/core": "^7.21.5", "@chakra-ui/storybook-addon": "^4.0.16", "@faker-js/faker": "^7.6.0", "@stardazed/streams-text-encoding": "^1.0.2", "@storybook/addon-actions": "^7.0.5", "@storybook/addon-essentials": "^7.0.5", "@storybook/addon-interactions": "^7.0.7", "@storybook/addon-links": "^7.0.5", "@storybook/nextjs": "^7.0.5", "@storybook/react": "^7.0.7", "@storybook/testing-library": "^0.1.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/accept-language-parser": "^1.5.3", "@types/node": "^18.15.10", "@types/react": "18.0.26", "@types/react-syntax-highlighter": "^15.5.6", "@typescript-eslint/eslint-plugin": "^5.56.0", "assert": "^2.0.0", "babel-loader": "^8.3.0", "cross-env": "^7.0.3", "cypress": "^12.8.1", "cypress-image-diff-js": "^1.23.0", "eslint-plugin-storybook": "^0.6.11", "eslint-plugin-unused-imports": "^2.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "msw": "^1.2.1", "msw-storybook-addon": "^1.8.0", "path-browserify": "^1.0.1", "pino-pretty": "^10.0.0", "prettier": "2.8.1", "prisma": "^4.13.0", "storybook": "^7.0.5", "ts-essentials": "^9.3.1", "ts-node": "^10.9.1", "typescript": "^4.9.5", "web-streams-polyfill": "^3.2.1" }, "msw": { "workerDirectory": "public" } }