-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 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
{
"name": "github-traffic-viewer-website",
"private": true,
"description": "A website that shows a list of traffic graphs of your own GitHub repositories.",
"keywords": [
"nuxt",
"github",
"traffic"
],
"repository": {
"type": "git",
"url": "https://github.com/Mokkapps/github-traffic-viewer-website"
},
"license": "MIT",
"author": "Michael Hoffmann <mail@mokkapps.de>",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"preview": "nuxt preview",
"typecheck": "nuxt typecheck"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.2",
"@nuxt/eslint": "^0.6.0",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/ui-pro": "^1.4.4",
"@nuxtjs/seo": "2.0.0-rc.21",
"chart.js": "^4.4.4",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"nuxt-auth-utils": "^0.3.8",
"nuxt-umami": "^3.0.1",
"prettier": "^3.3.3",
"vue": "3.5.4",
"vue-chartjs": "^5.3.1",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@aws-sdk/client-ses": "3.675.0",
"@iconify-json/ri": "1.2.1",
"@nuxtjs/supabase": "1.4.1",
"@playwright/test": "1.48.1",
"@types/node": "22.7.8",
"sass": "1.80.3",
"supabase": "1.207.8",
"tailwindcss": "3.4.14",
"twitter-api-v2": "1.18.0",
"typescript": "5.6.3"
}
}