generated from nuxtbase/nuxt3-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
42 lines (42 loc) · 1.27 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
{
"name": "bookmark.style",
"displayName": "Bookmark Style",
"description": "🪄 Turn any link into a stylish web visual bookmark, one-click to copy the beautiful web bookmark image.",
"author": "xiaoluoboding <[email protected]>",
"version": "1.0.0",
"scripts": {
"dev": "nuxi dev --port 3099",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"preview": "nuxi preview",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"p:ish": "pnpm install --shamefully-hoist",
"p:up": "pnpm up"
},
"repository": {
"type": "git",
"url": "git+https://github.com/one-tab-group/bookmark.style"
},
"homepage": "https://bookmark.style",
"devDependencies": {
"@iconify/json": "^2.1.144",
"@pinia/nuxt": "^0.4.5",
"@types/dom-to-image": "^2.6.4",
"@vueuse/components": "^9.6.0",
"@vueuse/core": "9.6.0",
"@vueuse/nuxt": "9.6.0",
"nuxt-windicss": "^2.6.0",
"nuxt": "^3.0.0",
"unplugin-icons": "^0.14.14",
"unplugin-vue-components": "^0.22.11"
},
"dependencies": {
"axios": "^1.2.0",
"copy-image-clipboard": "^2.1.2",
"dom-to-image": "^2.6.0",
"fancy-qrcode": "^0.1.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"pinia": "^2.0.26"
}
}