mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-02 17:49:21 -05:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "new-item-finder-website",
|
|
"private": true,
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build --mode development",
|
|
"build:prod": "tsc && vite build --mode production",
|
|
"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"
|
|
}
|
|
}
|