-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
73 lines (73 loc) · 2.28 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": "inspira-ui",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "pnpm build:registry && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"dev:registry": "REGISTRY_URL=http://localhost:5173/r tsx ./scripts/build-registry.mts",
"build:registry": "tsx ./scripts/build-registry.mts"
},
"dependencies": {
"@number-flow/vue": "^0.4.5",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "0.10.5",
"@types/lodash.template": "^4.5.3",
"@vueuse/core": "^12.8.2",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"cobe": "^0.6.3",
"eslint-plugin-nuxt": "^4.0.0",
"highlight.js": "^11.11.1",
"motion-v": "0.11.2",
"nuxt": "3.15.4",
"nuxt-gtag": "^3.0.2",
"postprocessing": "^6.37.1",
"qss": "^3.0.0",
"shadcn-docs-nuxt": "^0.8.19",
"simplex-noise": "^4.0.3",
"theme-colors": "^0.1.0",
"three": "^0.174.0",
"three-globe": "^2.42.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-use-spring": "^0.3.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@eslint/markdown": "^6.3.0",
"@iconify-json/vscode-icons": "^1.2.16",
"@inspira-ui/plugins": "0.0.1",
"@nuxt/eslint": "^1.1.0",
"@types/canvas-confetti": "^1.9.0",
"@types/lodash-es": "^4.17.12",
"@types/three": "^0.174.0",
"clsx": "^2.1.1",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-check-file": "^3.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-unicorn": "^57.0.0",
"eslint-plugin-vue": "^10.0.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.3",
"tailwind-merge": "^3.0.2",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0"
},
"packageManager": "[email protected]+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3"
}