You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DocsGPT/extensions/react-widget/package.json

87 lines
2.4 KiB
JSON

12 months ago
{
"name": "docsgpt-bot",
6 months ago
"private": false,
"description": "docsgpt-widget",
"version": "0.3.9",
12 months ago
"type": "module",
6 months ago
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
6 months ago
},
"publishConfig": {
"access": "public"
},
12 months ago
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
7 months ago
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "npm run build && npm run build-css",
"build-css": "postcss src/index.css -o dist/style.css",
12 months ago
"preview": "vite preview"
},
"dependencies": {
7 months ago
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.0.5",
7 months ago
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"i": "^0.3.7",
"npm": "^10.4.0",
"npm-packlist": "^8.0.2",
"postcss-cli": "^11.0.0",
12 months ago
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"rollup-plugin-import-css": "^3.5.0",
7 months ago
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-tailwind": "^0.0.4"
12 months ago
},
"devDependencies": {
"@types/node": "^20.11.20",
7 months ago
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.11",
7 months ago
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.5",
7 months ago
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"postcss-cssnext": "^3.1.1",
"postcss-nested": "^6.0.1",
"postcss-simple-vars": "^7.0.1",
"rollup-plugin-postcss": "^4.0.2",
7 months ago
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite-plugin-scope-tailwind": "^1.1.10"
},
"keywords": [
"docsgpt",
"chatbot",
"assistant",
"ai",
"chatdocs",
"widget"
],
"author": "Arc53",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arc53/DocsGPT/issues"
},
"homepage": "https://github.com/arc53/DocsGPT#readme"
}