-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "reactplayground",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/view": "^6.23.0",
"@lezer/highlight": "^1.2.0",
"@monaco-editor/react": "^4.6.0",
"@stackblitz/sdk": "^1.9.0",
"@typescript/ata": "^0.9.4",
"@typescript/vfs": "^1.5.0",
"@uiw/codemirror-themes": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"axios": "^0.26.1",
"code-mirror-themes": "^1.0.0",
"codemirror": "^5.65.16",
"console-feed": "^3.5.0",
"dedent": "^0.7.0",
"esbuild-wasm": "^0.14.54",
"evento-react": "^0.2.2",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lz-string": "^1.5.0",
"react": "^18.2.0",
"react-codemirror2": "^7.3.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@types/codemirror": "^5.60.15",
"@types/dedent": "^0.7.2",
"@types/linkifyjs": "^2.1.7",
"@types/lz-string": "^1.5.0",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^5.3.3",
"vite": "^3.2.7"
}
}