2022-01-22 20:41:25 +01:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-25 19:44:39 +01:00
|
|
|
"@mdi/js": "^6.5.95",
|
|
|
|
"@mdi/react": "^1.5.0",
|
2022-01-23 23:23:09 +01:00
|
|
|
"@revoltchat/ui": "^1.0.24",
|
|
|
|
"@types/axios": "^0.14.0",
|
|
|
|
"@types/core-js": "^2.5.5",
|
|
|
|
"@types/styled-components": "^5.1.21",
|
2022-07-09 09:08:16 +02:00
|
|
|
"automod": "^0.1.0",
|
2022-01-23 23:23:09 +01:00
|
|
|
"axios": "^0.25.0",
|
|
|
|
"core-js": "^3.20.3",
|
2022-08-19 20:05:39 +02:00
|
|
|
"katex": "^0.16.0",
|
2022-01-23 23:23:09 +01:00
|
|
|
"localforage": "^1.10.0",
|
2022-01-25 19:44:39 +01:00
|
|
|
"prop-types": "^15.8.1",
|
2022-01-22 20:41:25 +01:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2022-01-23 23:23:09 +01:00
|
|
|
"react-router-dom": "^6.2.1",
|
|
|
|
"styled-components": "^5.3.3"
|
2022-01-22 20:41:25 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-19 20:05:39 +02:00
|
|
|
"@types/katex": "^0.14.0",
|
2022-01-22 20:41:25 +01:00
|
|
|
"@types/react": "^17.0.33",
|
|
|
|
"@types/react-dom": "^17.0.10",
|
|
|
|
"@vitejs/plugin-react": "^1.0.7",
|
|
|
|
"typescript": "^4.4.4",
|
|
|
|
"vite": "^2.7.2"
|
2022-06-30 20:14:38 +02:00
|
|
|
},
|
2022-07-09 09:08:16 +02:00
|
|
|
"packageManager": "yarn@3.2.1",
|
|
|
|
"resolutions": {
|
|
|
|
"automod": "portal:../lib"
|
|
|
|
}
|
2022-01-22 20:41:25 +01:00
|
|
|
}
|