52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"name": "react-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"history": "^5.3.0",
|
|
"marked": "^5.1.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-router-dom": "^6.14.1",
|
|
"react-toastify": "^9.1.3",
|
|
"react-turnstile": "^1.1.1",
|
|
"semantic-ui-css": "^2.5.0",
|
|
"semantic-ui-react": "^2.1.4"
|
|
},
|
|
"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": {
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"prettier": "3.0.0",
|
|
"terser": "^5.19.0",
|
|
"vite": "^4.4.4"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true
|
|
},
|
|
"proxy": "http://localhost:3000"
|
|
}
|