0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 04:30:45 -05:00
db-website/frontend/package.json
TheSparta d19412a794 frontend update and rewrite
- Updated to React 18
- Switched from CRA to vite
- reworked some components
- reworked most stores
2024-04-07 22:18:55 +01:00

50 lines
1.5 KiB
JSON

{
"name": "new-item-finder-website",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:install": "cypress install",
"cy:verify": "cypress verify",
"cy:open:wait": "server-test dev http://localhost:5173 cy:open",
"cy:run:wait": "server-test dev http://localhost:5173 cy:run"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@microlink/react-json-view": "^1.23.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"zustand": "^4.5.1"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.28",
"@types/node": "^20.11.20",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"cypress": "^13.6.6",
"cypress-vite": "^1.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"start-server-and-test": "^2.0.3",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"wait-on": "^7.2.0"
}
}