mirror of
https://github.com/e9x/electron-injector.git
synced 2025-12-15 15:07:41 +01:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "electron-injector",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react-dom": "^2.0.0",
|
|
"@monaco-editor/react": "^4.5.1",
|
|
"bootswatch": "^5.2.3",
|
|
"clsx": "^1.2.1",
|
|
"pretty-bytes": "^6.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"sass": "^1.62.1",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.2"
|
|
}
|
|
}
|