-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
115 lines (115 loc) · 3.85 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "jsod",
"version": "1.8.2",
"description": "Write, run, and share JavaScript code instantly",
"author": "Pedro Carreño (34664891+Pkcarreno@users.noreply.github.com)",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"start": "vite --port 4000 --open",
"dev": "vite --port 4000 --open",
"build": "vite build",
"serve": "vite preview --open",
"test": "vitest",
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"knip": "knip",
"lint": "eslint --max-warnings=0",
"type-check": "tsc --project tsconfig.json --noEmit"
},
"packageManager": "pnpm@9.1.3+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lint": "^6.8.4",
"@fontsource/ibm-plex-mono": "^5.1.1",
"@fontsource/ibm-plex-sans": "^5.1.1",
"@hookform/resolvers": "^3.10.0",
"@jitl/quickjs-ng-wasmfile-release-sync": "0.31.0",
"@lezer/highlight": "^1.2.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@replit/codemirror-vim": "^6.2.1",
"@uiw/codemirror-extensions-basic-setup": "^4.23.7",
"@uiw/codemirror-extensions-langs": "^4.23.7",
"@uiw/codemirror-themes": "^4.23.7",
"@uiw/react-codemirror": "^4.23.7",
"@uiw/react-json-view": "2.0.0-alpha.30",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"deep-equal": "^2.2.3",
"eslint-linter-browserify": "^9.18.0",
"globals": "^15.13.0",
"js-base64": "^3.7.7",
"lucide-react": "^0.473.0",
"motion": "^12.0.0",
"only-allow": "^1.2.1",
"pretty-ms": "^9.2.0",
"quickjs-emscripten-core": "0.31.0",
"quickjs-emscripten-sync": "^1.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-hotkeys-hook": "^4.6.1",
"react-resizable-panels": "^2.1.7",
"react-virtuoso": "^4.12.3",
"rfdc": "^1.4.1",
"sanitize-html": "^2.14.0",
"sonner": "^1.7.2",
"tailwind-merge": "^2.6.0",
"wouter": "^3.3.5",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.18.0",
"@rollup/plugin-replace": "^6.0.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/eslint__js": "^8.42.3",
"@types/esprima": "^4.0.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/sanitize-html": "^2.13.0",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"happy-dom": "^16.7.0",
"husky": "^9.1.7",
"knip": "^5.42.2",
"lint-staged": "^15.4.1",
"postcss": "^8.5.1",
"prettier": "^3.4.1",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"typescript-eslint": "8.21.0",
"unplugin-fonts": "^1.3.1",
"vite": "^6.0.10",
"vite-plugin-pwa": "^0.21.1",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^3.0.2",
"workbox-window": "^7.3.0"
}
}