aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 3d26f652f02a0b81d502db4e3ec0d8da6f97f91d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "ollama-logseq",
  "version": "1.1.3",
  "main": "dist/index.html",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preinstall": "npx only-allow pnpm"
  },
  "license": "MIT",
  "dependencies": {
    "@logseq/libs": "^0.0.14",
    "@radix-ui/react-dialog": "^1.0.5",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.0.0",
    "cmdk": "^0.2.0",
    "lucide-react": "^0.292.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-widgets": "^5.8.4",
    "tailwind-merge": "^2.0.0",
    "tailwindcss-animate": "^1.0.7"
  },
  "devDependencies": {
    "@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": "icon.png"
  }
}