-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.03 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.03 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
{
"name": "react-repl",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.13.1",
"author": {
"email": "lmmmmmm12138@gmail.com",
"name": "_lmmmmmm"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@shikijs/monaco": "^3.6.0",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"emmet-monaco-es": "^5.5.0",
"esbuild-wasm": "^0.25.8",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"fflate": "^0.8.2",
"monaco-editor": "^0.52.2",
"nanoid": "^5.1.5",
"prettier": "^3.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-resizable-panels": "^3.0.3",
"shiki": "^3.8.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^4.17.0",
"@eslint-react/eslint-plugin": "^1.52.3",
"@stylistic/eslint-plugin-jsx": "^4.4.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.0.14",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.31.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"lint-staged": "^16.1.2",
"postcss": "^8.5.6",
"simple-git-hooks": "^2.13.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vite-plugin-open-graph": "^2.0.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint . --fix"
}
}