mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-05-07 06:30:03 +00:00
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.309.0 to 0.311.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) --- updated-dependencies: - dependency-name: flow-bin dependency-version: 0.311.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
109 lines
3.0 KiB
JSON
109 lines
3.0 KiB
JSON
{
|
|
"name": "docsgpt",
|
|
"version": "0.6.3",
|
|
"private": false,
|
|
"description": "DocsGPT 🦖 is an innovative open-source tool designed to simplify the retrieval of information from project documentation using advanced GPT models 🤖.",
|
|
"source": "./src/index.html",
|
|
"main": "dist/main.js",
|
|
"module": "dist/module.js",
|
|
"types": "dist/types.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"targets": {
|
|
"modern": {
|
|
"engines": {
|
|
"browsers": "Chrome 80"
|
|
}
|
|
},
|
|
"legacy": {
|
|
"engines": {
|
|
"browsers": "> 0.5%, last 2 versions, not dead"
|
|
}
|
|
}
|
|
},
|
|
"@parcel/resolver-default": {
|
|
"packageExports": true
|
|
},
|
|
"resolution": {
|
|
"styled-components": "^5"
|
|
},
|
|
"scripts": {
|
|
"build": "parcel build src/browser.tsx --public-url ./",
|
|
"build:react": "parcel build src/index.ts",
|
|
"serve": "parcel serve -p 3000",
|
|
"dev": "parcel -p 3000",
|
|
"test": "jest",
|
|
"lint": "eslint ./src --ext .jsx,.js,.ts,.tsx",
|
|
"lint-fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --fix",
|
|
"format": "prettier ./src --write",
|
|
"check": "tsc --noEmit",
|
|
"ci": "yarn build && yarn test && yarn lint && yarn check"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
|
|
"@bpmn-io/snarkdown": "^2.2.0",
|
|
"@parcel/resolver-glob": "^2.16.4",
|
|
"@parcel/transformer-svg-react": "^2.16.4",
|
|
"@parcel/transformer-typescript-tsc": "^2.16.4",
|
|
"@parcel/validator-typescript": "^2.16.4",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"dompurify": "^3.1.5",
|
|
"flow-bin": "^0.311.0",
|
|
"markdown-it": "^14.1.0",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"styled-components": "^6.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/preset-env": "^7.24.0",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"@eslint/js": "^9.39.4",
|
|
"@parcel/packager-ts": "^2.16.4",
|
|
"@parcel/transformer-typescript-types": "^2.16.4",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
"@typescript-eslint/parser": "^8.59.0",
|
|
"babel-loader": "^10.1.1",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
"globals": "^17.5.0",
|
|
"parcel": "^2.16.4",
|
|
"prettier": "^3.8.1",
|
|
"process": "^0.11.10",
|
|
"svgo": "^4.0.1",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/arc53/DocsGPT.git"
|
|
},
|
|
"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"
|
|
}
|