ai-gateway/web/package.json

53 lines
1.1 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-09 13:18:22 +00:00
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
2023-07-08 06:58:42 +00:00
"prettier": "^2.7.1",
2023-07-09 13:18:22 +00:00
"react-scripts": "^5.0.1"
2023-04-22 12:39:27 +00:00
},
"prettier": {
"singleQuote": true,
"jsxSingleQuote": true
},
"proxy": "http://localhost:3000"
}