|
1 | 1 | {
|
2 |
| - "name": "grimoire", |
3 |
| - "version": "0.4.1-hotfix.3", |
4 |
| - "description": "Bookmark manager for the wizards 🧙", |
5 |
| - "author": "Robert Goniszewski <[email protected]>", |
6 |
| - "main": "./build/index.js", |
7 |
| - "website": "https://grimoire.pro", |
8 |
| - "license": "MIT", |
9 |
| - "private": false, |
10 |
| - "keywords": [ |
11 |
| - "bookmarks", |
12 |
| - "bookmarks-manager", |
13 |
| - "svelte", |
14 |
| - "sveltekit", |
15 |
| - "tailwindcss" |
16 |
| - ], |
17 |
| - "trustedDependencies": [ |
18 |
| - "@sveltejs/kit", |
19 |
| - "core-js-pure", |
20 |
| - "esbuild", |
21 |
| - "install-from-cache", |
22 |
| - "postinstall", |
23 |
| - "prebuild-install", |
24 |
| - "svelte-preprocess" |
25 |
| - ], |
26 |
| - "scripts": { |
27 |
| - "dev": "vite dev", |
28 |
| - "build": "vite build", |
29 |
| - "preview": "vite preview", |
30 |
| - "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
31 |
| - "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
32 |
| - "test:unit": "vitest --coverage", |
33 |
| - "lint": "prettier --plugin-search-dir . --check . && eslint .", |
34 |
| - "format": "prettier --plugin-search-dir . --write .", |
35 |
| - "generate-migration": "drizzle-kit generate --name", |
36 |
| - "run-migrations": "bun run ./migrate", |
37 |
| - "release": "release-it" |
38 |
| - }, |
39 |
| - "type": "module", |
40 |
| - "devDependencies": { |
41 |
| - "@libsql/client": "^0.11.0", |
42 |
| - "@sveltejs/adapter-auto": "^3.2.4", |
43 |
| - "@sveltejs/kit": "^2.5.27", |
44 |
| - "@tailwindcss/typography": "^0.5.14", |
45 |
| - "@types/adm-zip": "^0.5.5", |
46 |
| - "@types/bun": "^1.1.9", |
47 |
| - "@types/express": "^4.17.21", |
48 |
| - "@types/express-http-proxy": "^1.6.6", |
49 |
| - "@types/swagger-ui": "^3.52.4", |
50 |
| - "@typescript-eslint/eslint-plugin": "^8.5.0", |
51 |
| - "@typescript-eslint/parser": "^8.5.0", |
52 |
| - "@vitest/coverage-v8": "^2.1.1", |
53 |
| - "autoprefixer": "^10.4.20", |
54 |
| - "drizzle-kit": "^0.24.2", |
55 |
| - "eslint": "^9.10.0", |
56 |
| - "eslint-config-prettier": "^9.1.0", |
57 |
| - "eslint-plugin-perfectionist": "^3.6.0", |
58 |
| - "eslint-plugin-svelte": "^2.44.0", |
59 |
| - "postcss": "^8.4.47", |
60 |
| - "prettier": "^3.3.3", |
61 |
| - "prettier-plugin-svelte": "^3.2.6", |
62 |
| - "prettier-plugin-tailwindcss": "^0.6.6", |
63 |
| - "release-it": "^17.6.0", |
64 |
| - "svelte": "^4.2.19", |
65 |
| - "svelte-adapter-bun": "^0.5.2", |
66 |
| - "svelte-check": "^4.0.2", |
67 |
| - "tailwindcss": "^3.4.11", |
68 |
| - "tslib": "^2.7.0", |
69 |
| - "typescript": "^5.6.2", |
70 |
| - "vite": "^5.4.5", |
71 |
| - "vitest": "^2.1.1" |
72 |
| - }, |
73 |
| - "dependencies": { |
74 |
| - "@extractus/article-extractor": "^8.0.10", |
75 |
| - "@lucia-auth/adapter-drizzle": "^1.1.0", |
76 |
| - "@sveltejs/vite-plugin-svelte": "^3.1.2", |
77 |
| - "@tabler/icons": "^3.16.0", |
78 |
| - "@tabler/icons-svelte": "^3.16.0", |
79 |
| - "@tailwindcss/line-clamp": "^0.4.4", |
80 |
| - "@types/html-to-text": "^9.0.4", |
81 |
| - "@types/lodash": "^4.17.7", |
82 |
| - "@types/sanitize-html": "^2.13.0", |
83 |
| - "adm-zip": "^0.5.16", |
84 |
| - "chalk": "^5.3.0", |
85 |
| - "daisyui": "^4.12.10", |
86 |
| - "dotenv": "^16.4.5", |
87 |
| - "drizzle-orm": "^0.33.0", |
88 |
| - "eslint-plugin-drizzle": "^0.2.3", |
89 |
| - "express": "^4.21.0", |
90 |
| - "fuse.js": "^7.0.0", |
91 |
| - "html-to-text": "^9.0.5", |
92 |
| - "joi": "^17.13.3", |
93 |
| - "lodash": "^4.17.21", |
94 |
| - "lucia": "^3.2.0", |
95 |
| - "node-parse-bookmarks": "^1.0.3", |
96 |
| - "sanitize-html": "^2.13.0", |
97 |
| - "svelte-french-toast": "^1.2.0", |
98 |
| - "svelte-select": "^5.8.3", |
99 |
| - "swagger-ui": "^5.17.14", |
100 |
| - "url-metadata": "^4.1.1" |
101 |
| - } |
| 2 | + "name": "grimoire", |
| 3 | + "version": "0.4.4", |
| 4 | + "description": "Bookmark manager for the wizards 🧙", |
| 5 | + "author": "Robert Goniszewski <[email protected]>", |
| 6 | + "main": "./build/index.js", |
| 7 | + "website": "https://grimoire.pro", |
| 8 | + "license": "MIT", |
| 9 | + "private": false, |
| 10 | + "keywords": [ |
| 11 | + "bookmarks", |
| 12 | + "bookmarks-manager", |
| 13 | + "svelte", |
| 14 | + "sveltekit", |
| 15 | + "tailwindcss" |
| 16 | + ], |
| 17 | + "trustedDependencies": [ |
| 18 | + "@sveltejs/kit", |
| 19 | + "core-js-pure", |
| 20 | + "esbuild", |
| 21 | + "install-from-cache", |
| 22 | + "postinstall", |
| 23 | + "prebuild-install", |
| 24 | + "svelte-preprocess" |
| 25 | + ], |
| 26 | + "scripts": { |
| 27 | + "dev": "vite dev", |
| 28 | + "build": "vite build", |
| 29 | + "preview": "vite preview", |
| 30 | + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
| 31 | + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
| 32 | + "test:unit": "vitest --coverage", |
| 33 | + "lint": "prettier --plugin-search-dir . --check . && eslint .", |
| 34 | + "format": "prettier --plugin-search-dir . --write .", |
| 35 | + "generate-migration": "drizzle-kit generate --name", |
| 36 | + "run-migrations": "bun run ./migrate", |
| 37 | + "release": "release-it" |
| 38 | + }, |
| 39 | + "type": "module", |
| 40 | + "devDependencies": { |
| 41 | + "@libsql/client": "^0.11.0", |
| 42 | + "@sveltejs/adapter-auto": "^3.2.4", |
| 43 | + "@sveltejs/kit": "^2.5.27", |
| 44 | + "@tailwindcss/typography": "^0.5.14", |
| 45 | + "@types/adm-zip": "^0.5.5", |
| 46 | + "@types/bun": "^1.1.9", |
| 47 | + "@types/express": "^4.17.21", |
| 48 | + "@types/express-http-proxy": "^1.6.6", |
| 49 | + "@types/swagger-ui": "^3.52.4", |
| 50 | + "@typescript-eslint/eslint-plugin": "^8.5.0", |
| 51 | + "@typescript-eslint/parser": "^8.5.0", |
| 52 | + "@vitest/coverage-v8": "^2.1.1", |
| 53 | + "autoprefixer": "^10.4.20", |
| 54 | + "drizzle-kit": "^0.24.2", |
| 55 | + "eslint": "^9.10.0", |
| 56 | + "eslint-config-prettier": "^9.1.0", |
| 57 | + "eslint-plugin-perfectionist": "^3.6.0", |
| 58 | + "eslint-plugin-svelte": "^2.44.0", |
| 59 | + "postcss": "^8.4.47", |
| 60 | + "prettier": "^3.3.3", |
| 61 | + "prettier-plugin-svelte": "^3.2.6", |
| 62 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 63 | + "release-it": "^17.6.0", |
| 64 | + "svelte": "^4.2.19", |
| 65 | + "svelte-adapter-bun": "^0.5.2", |
| 66 | + "svelte-check": "^4.0.2", |
| 67 | + "tailwindcss": "^3.4.11", |
| 68 | + "tslib": "^2.7.0", |
| 69 | + "typescript": "^5.6.2", |
| 70 | + "vite": "^5.4.5", |
| 71 | + "vitest": "^2.1.1" |
| 72 | + }, |
| 73 | + "dependencies": { |
| 74 | + "@extractus/article-extractor": "^8.0.10", |
| 75 | + "@lucia-auth/adapter-drizzle": "^1.1.0", |
| 76 | + "@sveltejs/vite-plugin-svelte": "^3.1.2", |
| 77 | + "@tabler/icons": "^3.16.0", |
| 78 | + "@tabler/icons-svelte": "^3.16.0", |
| 79 | + "@tailwindcss/line-clamp": "^0.4.4", |
| 80 | + "@types/html-to-text": "^9.0.4", |
| 81 | + "@types/lodash": "^4.17.7", |
| 82 | + "@types/sanitize-html": "^2.13.0", |
| 83 | + "adm-zip": "^0.5.16", |
| 84 | + "chalk": "^5.3.0", |
| 85 | + "daisyui": "^4.12.10", |
| 86 | + "dotenv": "^16.4.5", |
| 87 | + "drizzle-orm": "^0.33.0", |
| 88 | + "eslint-plugin-drizzle": "^0.2.3", |
| 89 | + "express": "^4.21.0", |
| 90 | + "fuse.js": "^7.0.0", |
| 91 | + "html-to-text": "^9.0.5", |
| 92 | + "joi": "^17.13.3", |
| 93 | + "lodash": "^4.17.21", |
| 94 | + "lucia": "^3.2.0", |
| 95 | + "node-parse-bookmarks": "^1.0.3", |
| 96 | + "sanitize-html": "^2.13.0", |
| 97 | + "svelte-french-toast": "^1.2.0", |
| 98 | + "svelte-select": "^5.8.3", |
| 99 | + "swagger-ui": "^5.17.14", |
| 100 | + "url-metadata": "^4.1.1" |
| 101 | + } |
102 | 102 | }
|
0 commit comments