-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.45 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.45 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
{
"private": true,
"name": "comunidad-jimtracker",
"version": "1.0.0",
"description": "A full-stack serverless League of Legends multi-regional leaderboard tracker for JimRsng's Twitch community.",
"type": "module",
"license": "MIT",
"author": {
"name": "Ahmed Rangel",
"email": "ahmedrangel@outlook.com",
"url": "https://ahmedrangel.com"
},
"contributors": [
{
"name": "Ahmed Rangel",
"email": "ahmedrangel@outlook.com",
"url": "https://ahmedrangel.com"
},
{
"name": "Yizack Rangel",
"email": "yizackr@gmail.com",
"url": "https://yizack.com"
}
],
"homepage": "https://comunidad.jimtracker.com",
"repository": {
"type": "git",
"url": "git+https://github.com/JimRsng/comunidad.git"
},
"bugs": "https://github.com/JimRsng/comunidad/issues",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=5173 --public",
"generate": "nuxt generate",
"preview": "wrangler d1 migrations apply DB --local && wrangler dev",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"db:migrate": "drizzle-kit generate --config=.config/drizzle.ts",
"lint": "pnpm lint:eslint && pnpm lint:stylelint",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:stylelint --fix",
"lint:eslint": "eslint --config .config/eslint.mjs",
"lint:eslint:inspect": "pnpx @eslint/config-inspector --config .config/eslint.mjs",
"lint:stylelint": "stylelint \"**/*.{css,scss,sass}\" --config .config/stylelint.json",
"test:types": "vue-tsc -b --noEmit"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.98",
"@iconify-json/simple-icons": "^1.2.75",
"@iconify-json/tabler": "^1.2.32",
"@libsql/client": "^0.17.2",
"@nuxt/eslint": "^1.15.2",
"@nuxt/ui": "^4.6.0",
"@nuxthub/core": "^0.10.7",
"@nuxtjs/sitemap": "^7.6.0",
"@twurple/api": "^8.0.3",
"@twurple/auth": "^8.0.3",
"@types/node": "^25.5.0",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.1",
"eslint": "^10.1.0",
"nuxt": "^4.4.2",
"nuxt-auth-utils": "^0.5.29",
"nuxt-twemoji": "^4.0.2",
"nuxt-ui-colors-no-inline": "^0.0.3",
"sass": "^1.98.0",
"streamer-emotes": "^0.1.2",
"stylelint": "^17.5.0",
"stylelint-config-standard-scss": "^17.0.0",
"twisted": "^1.72.2",
"typescript": "^6.0.2",
"ufo": "^1.6.3",
"vue-tsc": "^3.2.6",
"wrangler": "^4.76.0",
"zod": "^4.3.6"
},
"packageManager": "pnpm@10.32.1"
}