-
Notifications
You must be signed in to change notification settings - Fork 274
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.35 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.35 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
{
"name": "inspira-ui",
"type": "module",
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6",
"scripts": {
"dev": "nuxt dev",
"build": "pnpm build:registry && nuxt build && pnpm build:copy",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "oxlint . && eslint .",
"lint:fix": "oxlint . --fix && eslint . --fix",
"dev:registry": "REGISTRY_URL=http://localhost:3000/r tsx ./scripts/build-registry.mts",
"build:registry": "tsx ./scripts/build-registry.mts",
"build:copy": "cp public/_routes.json dist/_routes.json"
},
"dependencies": {
"@googlemaps/markerclusterer": "^2.6.2",
"@inspira-ui/plugins": "^0.0.2",
"@number-flow/vue": "^0.5.0",
"@nuxt/content": "3.12.0",
"@nuxt/eslint": "1.15.2",
"@nuxt/fonts": "0.14.0",
"@nuxt/icon": "2.2.1",
"@nuxt/image": "2.0.0",
"@nuxt/kit": "^4.3.1",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "^4.5.1",
"@oxc-parser/wasm": "^0.60.0",
"@splinetool/runtime": "^1.12.67",
"@tresjs/nuxt": "^5.4.0",
"@uiw/color-convert": "^2.9.6",
"@unhead/vue": "^2.1.10",
"@vueuse/nuxt": "^14.2.1",
"better-sqlite3": "^12.6.2",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.5",
"docus": "latest",
"dotted-map": "^3.1.0",
"eslint": "^10.0.3",
"gsap": "^3.14.2",
"nuxt": "4.3.1",
"nuxt-gtag": "^4.1.0",
"ogl": "^1.0.11",
"postprocessing": "^6.38.3",
"scule": "^1.3.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"theme-colors": "^0.1.0",
"three": "^0.183.2",
"three-globe": "^2.45.0",
"vue": "^3.5.29",
"vue-use-spring": "^0.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.0",
"@nuxt/eslint": "^1.9.0",
"@prettier/plugin-oxc": "^0.1.3",
"@types/three": "^0.183.1",
"eslint": "^9.37.0",
"eslint-plugin-oxlint": "^1.51.0",
"globals": "^17.4.0",
"oxlint": "^1.51.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.5"
}
}