-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.55 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
{
"name": "@fedstack/webpilot-nuxt",
"type": "module",
"version": "0.1.0",
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt generate",
"build:ssr": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/simple-icons": "^1.2.34",
"@nuxt/eslint": "^1.3.1",
"@nuxtjs/i18n": "^9.5.4",
"@shikijs/markdown-it": "^3.4.0",
"@types/debug": "^4",
"@uaaa/nuxt": "^1.6.1",
"@unocss/nuxt": "^66.1.1",
"@unocss/preset-icons": "^66.1.1",
"@unocss/reset": "^66.1.1",
"@vscode/markdown-it-katex": "^1.1.1",
"@vueuse/components": "^13.1.0",
"@vueuse/core": "^13.1.0",
"@vueuse/nuxt": "^13.1.0",
"@vueuse/router": "^13.1.0",
"arktype": "^2.1.20",
"debug": "^4.4.1",
"defu": "^6.1.4",
"dompurify": "^3.2.5",
"eslint": "^9.26.0",
"github-markdown-css": "^5.8.1",
"katex": "^0.16.22",
"markdown-it-async": "^2.2.0",
"naive-ui": "^2.41.0",
"nuxt": "^3.17.3",
"nuxtjs-naive-ui": "^1.0.2",
"openai": "^4.98.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"unocss": "^66.1.1",
"vfonts": "^0.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
"vue-tsc": "^2.2.10"
}
}