-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 KB
/
package.json
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
{
"name": "favbox",
"version": "2.1.0",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.7.21",
"@heroicons/vue": "^2.1.3",
"@mozilla/readability": "^0.4.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^9.13.0",
"dompurify": "^3.1.2",
"jsstore": "^4.7.4",
"linkedom": "^0.14.26",
"notiwind": "^2.0.2",
"tailwindcss": "^3.4.3",
"v-lazy-image": "^2.1.1",
"vue": "^3.4.26",
"vue-next-masonry": "^1.1.3"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.19",
"@rushstack/eslint-patch": "^1.10.2",
"@types/dompurify": "^2.4.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-vue": "^9.25.0",
"jsdom": "^20.0.3",
"postcss": "^8.4.38",
"terser": "^5.31.0",
"vite": "^4.5.3",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.25.8"
},
"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"
}