-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.32 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
68
69
70
71
72
73
74
75
76
77
{
"name": "react-repl",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.15.0",
"author": {
"email": "lmmmmmm12138@gmail.com",
"name": "_lmmmmmm"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.26.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@shikijs/monaco": "^1.24.2",
"babel-plugin-react-compiler": "0.0.0-experimental-7d62301-20240821",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"emmet-monaco-es": "^5.5.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-8e3b87c-20240821",
"fflate": "^0.8.2",
"monaco-editor": "^0.52.2",
"nanoid": "^5.0.9",
"prettier": "^3.4.2",
"react": "19.0.0-rc-1d989965-20240821",
"react-dom": "19.0.0-rc-1d989965-20240821",
"react-resizable-panels": "^2.1.7",
"shiki": "^1.24.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@eslint-react/eslint-plugin": "^1.20.1",
"@stylistic/eslint-plugin-jsx": "^2.12.1",
"@types/babel__standalone": "^7.1.9",
"@types/node": "^22.10.2",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-512b09b2-20240718",
"eslint-plugin-react-refresh": "^0.4.16",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-open-graph": "^2.0.6"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint . --fix"
}
}