mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "docsgpt",
|
|
"private": false,
|
|
"version": "0.2.4",
|
|
"type": "module",
|
|
"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"
|
|
},
|
|
"./dist/style.css": "./dist/style.css"
|
|
},
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"prepare": "npm run build && npm run build-css",
|
|
"build-css": "postcss src/index.css -o dist/style.css",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"postcss-cli": "^10.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.20",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0",
|
|
"vite-plugin-dts": "^1.7.1"
|
|
},
|
|
"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"
|
|
}
|