-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.6 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.6 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "web-landing",
"private": true,
"type": "module",
"license": "AGPL-3.0",
"author": {
"email": "contact@cpluspatch.com",
"name": "CPlusPatch",
"url": "https://cpluspatch.com"
},
"workspaces": [
"packages/*"
],
"maintainers": [
{
"email": "contact@cpluspatch.com",
"name": "CPlusPatch",
"url": "https://cpluspatch.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/CPlusPatch/web-landing.git"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "biome check .",
"typecheck": "nuxt prepare && vue-tsc -b --noEmit"
},
"dependencies": {
"@cpluspatch/destructor": "workspace:*",
"@cpluspatch/emulator": "workspace:*",
"@gouvfr/dsfr": "^1.14.3",
"@gouvminint/vue-dsfr": "^8.13.1",
"@lucide/vue": "^1.6.0",
"@nuxt/content": "^3.11.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/plausible": "3.0.2",
"@pinia/nuxt": "0.11.3",
"@tailwindcss/vite": "^4.1.18",
"@vueuse/core": "^14.1.0",
"age-encryption": "^0.3.0",
"better-sqlite3": "^12.6.2",
"browser-dtector": "^4.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fastdom": "^1.0.12",
"matter-js": "^0.20.0",
"matter-wrap": "^0.2.0",
"nuxt": "^4.4.2",
"nuxt-security": "^2.5.1",
"pinia": "^3.0.4",
"reka-ui": "^2.8.0",
"shadcn-nuxt": "2.4.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2",
"uwuifier": "^4.2.2",
"vue": "^3.5.27",
"vue-router": "^5.0.3",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@nuxt/fonts": "0.14.0",
"@nuxtjs/seo": "^4.0.2",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@types/bun": "^1.3.8",
"@types/matter-js": "^0.20.2",
"@vueuse/nuxt": "^14.1.0",
"nuxt-icon": "^1.0.0-beta.7",
"shiki": "^4.0.1",
"vue-tsc": "^3.2.4"
},
"overrides": {
"ipx": "^3.0.1"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@tailwindcss/oxide",
"better-sqlite3",
"esbuild",
"sharp",
"vue-demi"
]
}