ai-gateway/web/package.json

51 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2023-04-22 12:39:27 +00:00
{
"name": "react-template",
"version": "0.1.0",
"private": true,
"dependencies": {
2023-07-08 06:58:42 +00:00
"axios": "^1.4.0",
2023-04-22 12:39:27 +00:00
"history": "^5.3.0",
2023-07-08 06:58:42 +00:00
"marked": "^5.1.1",
2023-04-22 12:39:27 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
2023-07-08 06:58:42 +00:00
"react-router-dom": "^6.14.1",
"react-toastify": "^9.1.3",
"react-turnstile": "^1.1.1",
2023-04-22 12:39:27 +00:00
"semantic-ui-css": "^2.5.0",
2023-07-08 06:58:42 +00:00
"semantic-ui-react": "^2.1.4"
2023-04-22 12:39:27 +00:00
},
"scripts": {
2023-07-15 13:41:23 +00:00
"start": "vite preview",
"build": "vite build"
2023-04-22 12:39:27 +00:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
2023-07-15 13:41:23 +00:00
"@vitejs/plugin-react": "^4.0.3",
2023-07-15 13:14:40 +00:00
"prettier": "3.0.0",
2023-07-15 13:41:23 +00:00
"vite": "^4.4.4"
2023-04-22 12:39:27 +00:00
},
"prettier": {
"singleQuote": true,
"jsxSingleQuote": true
},
"proxy": "http://localhost:3000"
}