-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.74 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.74 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
{
"name": "@oxc-project/playground",
"version": "0.0.0",
"private": true,
"description": "oxc playground",
"homepage": "https://playground.oxc.rs",
"bugs": "https://github.com/oxc-project/playground/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/oxc-project/playground.git"
},
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "vp build",
"preview": "vp preview",
"fmt": "vp fmt",
"lint": "vue-tsc && vp lint",
"generate:linter-rules": "node scripts/generate-linter-rules.js",
"check:linter-rules": "node scripts/generate-linter-rules.js --check",
"prepare": "vp config"
},
"dependencies": {
"@iconify/vue": "^5.0.0",
"@viz-js/viz": "^3.24.0",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"monaco-editor": "0.55.1",
"prettier": "^3.8.1",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.27"
},
"devDependencies": {
"@emnapi/core": "^1.8.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.0.10",
"@vitejs/plugin-vue": "^6.0.3",
"eslint-plugin-command": "^3.4.0",
"eslint-plugin-de-morgan": "^2.0.0",
"eslint-plugin-perfectionist": "^5.4.0",
"eslint-plugin-regexp": "^3.0.0",
"eslint-plugin-unused-imports": "^4.3.0",
"eslint-plugin-vue": "^10.7.0",
"oxc-playground": "link:../oxc/napi/playground",
"shiki": "^4.0.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"vite-plus": "0.1.11",
"vue-tsc": "~3.2.2"
},
"engines": {
"node": ">=20.14.0"
},
"packageManager": "pnpm@10.30.2"
}