-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
66 lines (66 loc) · 1.8 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
{
"name": "ast-explorer",
"version": "0.16.5",
"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 .",
"release": "bumpp && tsx scripts/release.ts",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@shikijs/monaco": "^1.14.1",
"@typescript-eslint/parser": "^8.1.0",
"ansi-regex": "^6.0.1",
"fflate": "^0.8.2",
"json-to-ast": "^2.1.0",
"json5": "^2.2.3",
"monaco-editor": "^0.50.0",
"monaco-editor-auto-typings": "^0.4.5",
"shiki": "^1.14.1"
},
"devDependencies": {
"@babel/parser": "^7.25.3",
"@iconify-json/ri": "^1.1.22",
"@iconify-json/vscode-icons": "^1.1.37",
"@nuxt/kit": "^3.12.4",
"@oxc-parser/wasm": "^0.24.3",
"@swc/wasm-web": "1.7.12",
"@sxzz/eslint-config": "^3.17.2",
"@sxzz/prettier-config": "^2.0.2",
"@types/css-tree": "^2.3.8",
"@types/json-to-ast": "^2.1.4",
"@unocss/nuxt": "^0.62.2",
"@vue-vapor/compiler-vapor": "latest",
"@vue/compiler-dom": "^3.4.38",
"@vue/compiler-sfc": "^3.4.38",
"@vueuse/nuxt": "^11.0.0",
"acorn": "^8.12.1",
"bumpp": "^9.5.1",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"esprima-next": "^6.0.3",
"floating-vue": "5.2.2",
"flow-parser": "^0.244.0",
"htmlparser2": "^9.1.0",
"nuxt": "3.12.4",
"nuxt-monaco-editor": "^1.2.9",
"nuxt-shiki": "^0.3.0",
"nuxt-umami": "^2.6.4",
"postcss": "^8.4.41",
"serve": "^14.2.3",
"svelte": "^4.2.18",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"unplugin-replace": "^0.3.3",
"vue-tsc": "^2.0.29"
},
"prettier": "@sxzz/prettier-config"
}