-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.67 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "favbox",
"version": "2.1.5",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"dev:firefox": "vite build --mode development -c vite.config.firefox.js",
"build": "vite build",
"test:unit": "vitest --environment jsdom --root tests/unit --disableConsoleIntercept",
"test:integration": "vitest --environment jsdom --root tests/integration --disableConsoleIntercept",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix"
},
"dependencies": {
"@fontsource/sn-pro": "^5.2.5",
"@headlessui/vue": "^1.7.21",
"@number-flow/vue": "^0.4.3",
"@tailwindcss/vite": "^4.1.11",
"@tiptap/extension-bold": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-italic": "^2.9.1",
"@tiptap/extension-typography": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"@vuepic/vue-datepicker": "^11.0.2",
"@vueuse/core": "^13.5.0",
"@zanmato/vue3-treeselect": "^0.4.1",
"fast-average-color": "^9.5.0",
"floating-vue": "^5.2.2",
"jsstore": "^4.9.0",
"linkedom": "^0.18.11",
"node-vibrant": "^4.0.3",
"notiwind": "^2.0.2",
"vue": "^3.5.13",
"vue-next-masonry": "^1.1.3",
"vue-router": "^4.5.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.0",
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@iconify/json": "^2.2.356",
"@rushstack/eslint-patch": "^1.10.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/dompurify": "^3.0.5",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-vue": "^9.33.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"file-loader": "^6.2.0",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"terser": "^5.31.0",
"unplugin-auto-import": "^19.3.0",
"unplugin-icons": "^22.1.0",
"vite": "^7.1.11",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^3.0.5",
"vue-eslint-parser": "^10.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dd3v/favbox.git"
},
"keywords": [
"chrome extension",
"bookmarks"
],
"author": "Magalyas Dmitry",
"license": "MIT",
"bugs": {
"url": "https://github.com/dd3v/favbox/issues"
},
"homepage": "https://github.com/dd3v/favbox#readme"
}