forked from one-tab-group/onetab.group
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "onetab.group",
"displayName": "One Tab Group",
"description": "Web Home For One Tab Group Chrome Extension.",
"version": "1.2.3",
"private": false,
"scripts": {
"dev": "nuxt dev --port 3088",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"serve": "esno .output/server/index.mjs",
"p:ish": "pnpm install --shamefully-hoist",
"p:up": "pnpm up"
},
"devDependencies": {
"@iconify/json": "^2.1.143",
"@notionhq/client": "^2.2.2",
"@nuxt/content": "2.2.2",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/supabase": "0.3.0",
"@pinia/nuxt": "^0.4.5",
"@supabase/supabase-js": "1.35.7",
"@types/ejs": "^3.1.1",
"@types/nodemailer": "^6.4.6",
"@vueuse/core": "9.6.0",
"@vueuse/nuxt": "9.6.0",
"ejs": "^3.1.8",
"feed": "^4.2.2",
"nodemailer": "^6.8.0",
"nuxt": "^3.0.0",
"nuxt-windicss": "^2.5.5",
"sitemap": "^7.1.1",
"unplugin-icons": "^0.14.14",
"unplugin-vue-components": "^0.22.11"
},
"dependencies": {
"axios": "^1.2.0",
"dayjs": "^1.11.6",
"gsap": "^3.11.3",
"pinia": "^2.0.26",
"typed.js": "^2.0.12"
}
}