2023-06-04 04:28:07 +02:00
|
|
|
{
|
|
|
|
"name": "anything-llm-frontend",
|
|
|
|
"private": false,
|
2023-06-13 20:26:11 +02:00
|
|
|
"license": "MIT",
|
2024-01-09 00:31:06 +01:00
|
|
|
"type": "module",
|
2023-06-04 04:28:07 +02:00
|
|
|
"scripts": {
|
|
|
|
"start": "vite --open",
|
2024-01-09 00:31:06 +01:00
|
|
|
"dev": "NODE_ENV=development vite --debug --host=0.0.0.0",
|
2023-06-04 04:28:07 +02:00
|
|
|
"build": "vite build",
|
|
|
|
"lint": "yarn prettier --write ./src",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@metamask/jazzicon": "^2.0.0",
|
2023-11-14 00:07:30 +01:00
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
2023-10-23 22:10:34 +02:00
|
|
|
"@phosphor-icons/react": "^2.0.13",
|
2024-01-11 18:57:59 +01:00
|
|
|
"dompurify": "^3.0.8",
|
2023-06-04 04:28:07 +02:00
|
|
|
"he": "^1.2.0",
|
2023-11-11 01:31:21 +01:00
|
|
|
"highlight.js": "^11.9.0",
|
2023-10-23 22:10:34 +02:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2023-06-14 22:35:55 +02:00
|
|
|
"markdown-it": "^13.0.1",
|
2023-06-04 04:28:07 +02:00
|
|
|
"pluralize": "^8.0.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-device-detect": "^2.2.2",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-06-17 01:01:27 +02:00
|
|
|
"react-dropzone": "^14.2.3",
|
2023-06-04 04:28:07 +02:00
|
|
|
"react-loading-skeleton": "^3.1.0",
|
|
|
|
"react-router-dom": "^6.3.0",
|
2023-12-19 00:48:02 +01:00
|
|
|
"react-tag-input-component": "^2.0.2",
|
2023-08-23 06:14:24 +02:00
|
|
|
"react-toastify": "^9.1.3",
|
2024-01-18 01:22:06 +01:00
|
|
|
"react-tooltip": "^5.25.2",
|
2023-06-04 04:28:07 +02:00
|
|
|
"text-case": "^1.0.9",
|
|
|
|
"truncate": "^3.0.0",
|
|
|
|
"uuid": "^9.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-07 22:36:20 +01:00
|
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
2024-01-09 00:31:06 +01:00
|
|
|
"@types/react": "^18.2.23",
|
|
|
|
"@types/react-dom": "^18.2.8",
|
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2023-06-04 04:28:07 +02:00
|
|
|
"@vitejs/plugin-react": "^4.0.0-beta.0",
|
|
|
|
"autoprefixer": "^10.4.14",
|
2024-02-07 22:36:20 +01:00
|
|
|
"buffer": "^6.0.3",
|
2024-01-09 00:31:06 +01:00
|
|
|
"eslint": "^8.50.0",
|
|
|
|
"eslint-config-prettier": "^9.0.0",
|
|
|
|
"eslint-plugin-ft-flow": "^3.0.0",
|
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2023-06-04 04:28:07 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2024-01-09 00:31:06 +01:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
|
|
"flow-bin": "^0.217.0",
|
|
|
|
"flow-remove-types": "^2.217.1",
|
|
|
|
"globals": "^13.21.0",
|
|
|
|
"hermes-eslint": "^0.15.0",
|
2023-06-04 04:28:07 +02:00
|
|
|
"postcss": "^8.4.23",
|
2024-01-09 00:31:06 +01:00
|
|
|
"prettier": "^3.0.3",
|
2023-06-04 04:28:07 +02:00
|
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
|
|
"tailwindcss": "^3.3.1",
|
|
|
|
"vite": "^4.3.0"
|
|
|
|
}
|
2024-02-07 22:36:20 +01:00
|
|
|
}
|