-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 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
{
"name": "react-online",
"private": true,
"type": "module",
"packageManager": "pnpm@10.21.0",
"description": "a simple React online playground",
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid",
"printWidth": 120,
"useTabs": false,
"tabWidth": 2
},
"scripts": {
"dev": "vite",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@shikijs/monaco": "^2.5.0",
"@shined/react-use": "^1.13.0",
"@shined/reactive": "^0.3.4",
"@typescript/ata": "^0.9.8",
"@unocss/reset": "^65.5.0",
"classnames": "^2.5.1",
"fflate": "^0.8.2",
"monaco-editor": "^0.54.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0",
"react-resizable-panels": "^3.0.6",
"shiki": "^2.5.0",
"sucrase": "^3.35.0",
"swr": "^2.3.6"
},
"devDependencies": {
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react-swc": "^3.11.0",
"dayjs": "^1.11.19",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"unocss": "^65.5.0",
"vite": "^6.4.1"
}
}