-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.17 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
64
65
66
67
68
69
70
71
72
73
{
"name": "keebtalogue",
"version": "2.1.0",
"description": "Driven by a passion for artisan keycaps and keyboards, Keebtalogue is a project designed for enthusiasts like you.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/anhthang/keebtalogue.git"
},
"author": "Anh Thang Bui <[email protected]> (https://anhthang.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/anhthang/keebtalogue/issues"
},
"homepage": "https://github.com/anhthang/keebtalogue#readme",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "husky"
},
"dependencies": {
"@pinia/nuxt": "^0.9.0",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"crc": "4.3.2",
"flag-icons": "^7.2.3",
"modern-screenshot": "^4.5.5",
"pinia": "^2.3.0",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"slugify": "^1.6.6",
"vuedraggable": "^4.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.7.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/supabase": "1.4.5",
"@nuxtjs/tailwindcss": "^6.12.2",
"@primevue/nuxt-module": "^4.2.5",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.keyby": "^4.6.9",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.sortby": "^4.7.9",
"dayjs": "^1.11.13",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"lodash.groupby": "^4.6.0",
"lodash.keyby": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.sortby": "^4.7.0",
"nuxt": "^3.15.1",
"nuxt-og-image": "^4.0.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}