mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 23:26:39 +08:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "react-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@vitejs/plugin-react-swc": "^3.4.0",
|
|
"axios": "^1.5.1",
|
|
"history": "^5.3.0",
|
|
"marked": "^9.1.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-router-dom": "^6.17.0",
|
|
"react-toastify": "^9.1.3",
|
|
"react-turnstile": "^1.1.2",
|
|
"semantic-ui-css": "^2.5.0",
|
|
"semantic-ui-react": "^2.1.4",
|
|
"vite": "^4.5.0",
|
|
"vite-plugin-env-compatible": "^1.1.1",
|
|
"vite-plugin-html": "^3.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "vite preview",
|
|
"build": "vite build"
|
|
},
|
|
"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": {
|
|
"prettier": "^3.0.3"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true
|
|
},
|
|
"proxy": "http://localhost:3000"
|
|
}
|