mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"name": "docsgpt",
|
|
"version": "0.3.5",
|
|
"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"
|
|
],
|
|
"@parcel/resolver-default": {
|
|
"packageExports": true
|
|
},
|
|
"resolution":{
|
|
"styled-components": "^5"
|
|
},
|
|
"scripts": {
|
|
"build": "parcel build src/index.ts",
|
|
"dev": "parcel",
|
|
"test": "jest",
|
|
"lint": "eslint",
|
|
"check": "tsc --noEmit",
|
|
"ci": "yarn build && yarn test && yarn lint && yarn check"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
|
|
"@parcel/resolver-glob": "^2.12.0",
|
|
"@parcel/transformer-svg-react": "^2.12.0",
|
|
"@parcel/transformer-typescript-tsc": "^2.12.0",
|
|
"@parcel/validator-typescript": "^2.12.0",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@types/react": "^18.2.61",
|
|
"@types/react-dom": "^18.2.19",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"flow-bin": "^0.229.2",
|
|
"i": "^0.3.7",
|
|
"install": "^0.13.0",
|
|
"npm": "^10.5.0",
|
|
"parcel": "^2.12.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"styled-components": "^6.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/preset-env": "^7.24.0",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"@parcel/packager-ts": "^2.12.0",
|
|
"@parcel/transformer-typescript-types": "^2.12.0",
|
|
"babel-loader": "^8.0.4",
|
|
"process": "^0.11.10",
|
|
"typescript": "^5.3.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"
|
|
}
|