-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
67 lines (67 loc) · 1.82 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
{
"name": "ast-explorer",
"version": "0.21.1",
"private": true,
"packageManager": "pnpm@9.13.2",
"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": "^1.23.0",
"@typescript-eslint/parser": "^8.14.0",
"ansi-regex": "^6.1.0",
"fflate": "^0.8.2",
"json-to-ast": "^2.1.0",
"json5": "^2.2.3",
"monaco-editor": "^0.52.0",
"shiki": "^1.23.0"
},
"devDependencies": {
"@babel/parser": "^7.26.2",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/kit": "^3.14.159",
"@oxc-parser/wasm": "^0.36.0",
"@swc/wasm-web": "1.9.2",
"@sxzz/eslint-config": "^4.4.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/css-tree": "^2.3.9",
"@types/json-to-ast": "^2.1.4",
"@unocss/nuxt": "^0.64.1",
"@vue-vapor/compiler-vapor": "latest",
"@vue/compiler-dom": "^3.5.13",
"@vue/compiler-sfc": "^3.5.13",
"@vueuse/nuxt": "^11.2.0",
"acorn": "^8.14.0",
"bumpp": "^9.8.1",
"esbuild": "^0.24.0",
"eslint": "^9.15.0",
"esprima-next": "^6.0.3",
"floating-vue": "5.2.2",
"flow-parser": "^0.253.0",
"htmlparser2": "^9.1.0",
"nuxt": "3.14.159",
"nuxt-monaco-editor": "^1.3.1",
"nuxt-umami": "^3.0.2",
"postcss": "^8.4.49",
"rehype": "^13.0.2",
"remark": "^15.0.1",
"serve": "^14.2.4",
"sql-parser-cst": "^0.30.0",
"svelte": "^5.2.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unplugin-replace": "^0.3.3",
"vue-tsc": "^2.1.10"
},
"prettier": "@sxzz/prettier-config"
}