mirror of
https://github.com/go-gost/gost-ui.git
synced 2024-08-11 17:53:29 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "gost-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"analyzer": "tsc && vite build --mode=analyzer",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@ant-design/pro-components": "^2.6.35",
|
|
"antd": "^5.11.0",
|
|
"axios": "^1.6.0",
|
|
"events": "^3.3.0",
|
|
"i": "^0.3.7",
|
|
"idb": "^7.1.1",
|
|
"idb-open-plus": "^1.0.0",
|
|
"jsonc": "^2.0.0",
|
|
"jsonc-parser": "^3.2.0",
|
|
"monaco-editor": "^0.39.0",
|
|
"npm": "^10.2.3",
|
|
"qs": "^6.11.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-monaco-editor": "^0.54.0",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/events": "^3.0.3",
|
|
"@types/qs": "^6.9.10",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/uuid": "^9.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"vite-bundle-analyzer": "^0.4.0"
|
|
}
|
|
}
|