-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.7 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.7 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@destyler/repl",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@babel/standalone": "^7.28.5",
"@shikijs/monaco": "^3.9.2",
"@unocss/autocomplete": "^66.5.10",
"@unocss/core": "^66.5.10",
"@unocss/extractor-arbitrary-variants": "^66.5.10",
"@unocss/extractor-pug": "^66.5.10",
"@unocss/extractor-svelte": "^66.5.10",
"@unocss/preset-attributify": "^66.5.10",
"@unocss/preset-icons": "^66.5.10",
"@unocss/preset-mini": "^66.5.10",
"@unocss/preset-rem-to-px": "^66.5.10",
"@unocss/preset-tagify": "^66.5.10",
"@unocss/preset-typography": "^66.5.10",
"@unocss/preset-uno": "^66.5.10",
"@unocss/preset-web-fonts": "^66.5.10",
"@unocss/preset-wind": "^66.5.10",
"@unocss/preset-wind3": "^66.5.10",
"@unocss/preset-wind4": "^66.5.10",
"@unocss/transformer-compile-class": "^66.5.10",
"@unocss/transformer-directives": "^66.5.10",
"@unocss/transformer-variant-group": "^66.5.10",
"@volar/jsdelivr": "2.4.23",
"@volar/language-core": "^2.4.26",
"@volar/monaco": "2.4.23",
"@vue/language-core": "3.0.8",
"@vue/language-service": "3.0.8",
"@vue/typescript-plugin": "3.0.8",
"babel-preset-solid": "^1.9.10",
"fflate": "^0.8.2",
"lz-string": "^1.5.0",
"magic-string": "^0.30.17",
"monaco-editor-core": "0.52.2",
"shiki": "^3.9.2",
"svelte2tsx": "^0.7.45",
"volar-service-typescript": "0.0.65",
"vscode-uri": "^3.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@astrojs/check": "latest",
"@astrojs/react": "^4.4.2",
"@astrojs/solid-js": "^5.1.3",
"@astrojs/svelte": "^7.2.2",
"@astrojs/vue": "^5.1.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@destyler/dialog": "^0.2.0",
"@destyler/react": "^0.2.0",
"@destyler/select": "^0.2.0",
"@destyler/splitter": "^0.2.0",
"@destyler/vanilla": "^0.2.0",
"@destyler/vue": "^0.2.0",
"@iconify-json/catppuccin": "^1.2.17",
"@iconify-json/ph": "^1.2.2",
"@rollup/plugin-replace": "^6.0.3",
"@types/node": "^22.5.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@unocss/reset": "^66.5.10",
"astro": "^5.16.3",
"eslint": "^9.39.1",
"eslint-plugin-astro": "^1.5.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"solid-js": "^1.9.10",
"svelte": "^5.45.3",
"typescript": "^5.6.2",
"unocss": "^66.5.10",
"vue": "^3.5.25"
}
}