-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.21 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
{
"name": "esbuild-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"vendor-esbuild": "tsx ./scripts/vendor-esbuild.ts"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@emotion/react": "^11.13.5",
"@esbuild/wasi-preview1": "0.24.0",
"@mantine/core": "^6.0.22",
"@mantine/ds": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@sinclair/typebox": "^0.34.11",
"@tabler/icons-react": "^2.47.0",
"@uiw/react-codemirror": "^4.23.6",
"coi-serviceworker": "^0.1.7",
"comlink": "^4.4.2",
"js-base64": "^3.7.7",
"jsonc-parser": "^3.3.1",
"lz-string": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wasi-js": "^1.7.3"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/tmp": "^0.2.6",
"@vitejs/plugin-react": "^4.3.4",
"dprint": "^0.47.6",
"esbuild": "0.24.0",
"eslint": "^9.16.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"execa": "^9.5.2",
"globals": "^15.13.0",
"node-fetch": "^3.3.2",
"tmp": "^0.2.3",
"ts-morph": "^24.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-static-copy": "^2.2.0"
},
"pnpm": {
"updateConfig": {
"ignoreDependencies": [
"@mantine/core",
"@mantine/ds",
"@mantine/form",
"@mantine/hooks"
]
},
"overrides": {
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
"[email protected]": "^0.30.5"
}
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}