diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 51 |
1 files changed, 33 insertions, 18 deletions
diff --git a/package.json b/package.json index 84be998..89a312b 100644 --- a/package.json +++ b/package.json @@ -1,29 +1,44 @@ { "name": "ollama-logseq", - "version": "0.0.1", - "description": "Integrate ollama with logseq and utilizing local LLMs", + "version": "0.0.0", "main": "dist/index.html", - "targets": { - "main": false - }, - "default": "dist/index.html", - "repository": { - "type": "git", - "url": "https://github.com/omagdy7/ollama-logseq" - }, - "author": "Logseq", "scripts": { - "dev": "parcel ./index.html --public-url ./", - "build": "parcel build --public-url . --no-source-maps index.html" + "dev": "vite", + "build": "tsc && vite build", + "preinstall": "npx only-allow pnpm" }, "license": "MIT", - "logseq": { - "id": "_rw0rys037" - }, "dependencies": { - "@logseq/libs": "^0.0.1-alpha.22" + "@logseq/libs": "^0.0.14", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-widgets": "^5.8.4" }, "devDependencies": { - "parcel": "^2.0.0" + "@semantic-release/changelog": "6.0.3", + "@semantic-release/exec": "6.0.3", + "@semantic-release/git": "10.0.1", + "@semantic-release/npm": "10.0.6", + "@types/node": "18.18.8", + "@types/react": "18.2.34", + "@types/react-dom": "18.2.14", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", + "@vitejs/plugin-react": "3.1.0", + "autoprefixer": "10.4.16", + "conventional-changelog-conventionalcommits": "5.0.0", + "eslint": "8.52.0", + "eslint-plugin-react": "7.33.2", + "eslint-plugin-react-hooks": "4.6.0", + "postcss": "8.4.31", + "semantic-release": "21.1.2", + "tailwindcss": "3.3.5", + "typescript": "4.9.5", + "vite": "4.5.0", + "vite-plugin-logseq": "1.1.2" + }, + "logseq": { + "id": "ollama-logseq", + "icon": "./logo.svg" } } |
