-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
73 lines (73 loc) · 1.97 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": "ast-explorer",
"version": "0.23.0",
"private": true,
"packageManager": "[email protected]",
"type": "module",
"license": "AGPL-3.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"typecheck": "nuxi typecheck",
"lint": "eslint --cache",
"release": "bumpp && tsx scripts/release.ts",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@shikijs/monaco": "^2.3.2",
"@typescript-eslint/parser": "^8.23.0",
"ansi-regex": "^6.1.0",
"fflate": "^0.8.2",
"json-to-ast": "^2.1.0",
"json5": "^2.2.3",
"monaco-editor": "^0.52.2",
"shiki": "^2.3.2"
},
"devDependencies": {
"@babel/parser": "^7.26.8",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/vscode-icons": "^1.2.12",
"@nuxt/kit": "^3.15.4",
"@oxc-parser/wasm": "^0.48.2",
"@swc/wasm-web": "1.10.15",
"@sxzz/eslint-config": "^5.0.1",
"@sxzz/prettier-config": "^2.1.2",
"@types/css-tree": "^2.3.10",
"@types/json-to-ast": "^2.1.4",
"@unocss/eslint-plugin": "^65.4.3",
"@unocss/nuxt": "^65.4.3",
"@vue-vapor/compiler-vapor": "latest",
"@vue/compiler-dom": "^3.5.13",
"@vue/compiler-sfc": "^3.5.13",
"@vueuse/nuxt": "^12.5.0",
"acorn": "^8.14.0",
"bumpp": "^10.0.2",
"esbuild": "^0.25.0",
"eslint": "^9.20.0",
"esprima-next": "^6.0.3",
"floating-vue": "5.2.2",
"flow-parser": "^0.259.1",
"htmlparser2": "^10.0.0",
"lightningcss-wasm": "^1.29.1",
"nuxt": "3.15.4",
"nuxt-monaco-editor": "^1.3.1",
"nuxt-umami": "^3.1.1",
"postcss": "^8.5.1",
"rehype": "^13.0.2",
"remark": "^15.0.1",
"rolldown": "^1.0.0-beta.3",
"serve": "^14.2.4",
"sql-parser-cst": "^0.32.0",
"svelte": "^5.19.9",
"tsx": "^4.19.2",
"typescript": "~5.7.3",
"unplugin-replace": "^0.5.0",
"vue-tsc": "^2.2.0"
},
"engines": {
"node": ">=20.18.0"
},
"prettier": "@sxzz/prettier-config"
}