-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.98 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.98 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
{
"name": "playground",
"type": "module",
"private": true,
"scripts": {
"dev": "nuxi dev",
"lint:docs": "markdownlint ./snippets && case-police 'snippets/**/*.md' *.md",
"lint:docs:fix": "markdownlint ./snippets --fix && case-police 'snippets/**/*.md' *.md --fix",
"twoslash:verify": "nuxt-content-twoslash verify --content-dir snippets"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.1",
"@iconify-json/carbon": "^1.2.13",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.9",
"@iconify-json/material-symbols": "^1.2.32",
"@iconify-json/noto": "^1.2.6",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/radix-icons": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.47",
"@iconify-json/uil": "^1.2.3",
"@iconify-json/unjs": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.29",
"@inspira-ui/plugins": "^0.0.1",
"@nuxt/content": "3.5.1",
"@nuxt/devtools": "2.6.2",
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "^1.11.0",
"@nuxt/scripts": "^0.11.10",
"@nuxt/ui-pro": "^3.3.0",
"@nuxthub/core": "0.8.27",
"@nuxtjs/mdc": "0.17.2",
"@nuxtjs/seo": "^3.1.0",
"@unovis/vue": "1.5.1",
"@vueuse/core": "^13.6.0",
"@vueuse/nuxt": "^13.6.0",
"bumpp": "^10.2.3",
"case-police": "^2.0.0",
"clsx": "^2.1.1",
"consola": "^3.4.2",
"eslint": "^9.33.0",
"jsdom": "^26.1.0",
"markdownlint-cli": "^0.45.0",
"motion-v": "1.1.0-alpha.0",
"nuxt": "3.17.2",
"nuxt-build-cache": "^0.1.1",
"nuxt-content-twoslash": "^0.1.2",
"nuxt-llms": "^0.1.3",
"nuxt-lodash": "^2.5.3",
"nuxt-rebundle": "^0.0.2",
"octokit": "^5.0.3",
"ofetch": "^1.4.1",
"radix-vue": "^1.9.17",
"shiki": "3.4.0",
"shiki-magic-move": "^1.1.0",
"shiki-transformer-color-highlight": "^1.0.0",
"sponsorkit": "^16.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.8.3",
"vitest": "^3.2.4",
"wrangler": "^4.29.1"
}
}