/
gitVerseNewAccount
/
car-front
Обзор
Документация
Войти
/
gitVerseNewAccount
/
car-front
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
41 строка
1 KB
Comport20
test: Create test cases for Carlist
16 апр 2024, 16:45
16 апр 2024, 16:45
a09d174
Код
Авторство
О чём код?
{ "name": "carfront", "private": true, "version": "0.0.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", "test": "vitest" }, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.15", "@mui/x-data-grid": "^7.1.1", "@tanstack/react-query": "^4.36.1", "axios": "^1.6.8", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^15.0.1", "@testing-library/user-event": "^14.5.2", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "jsdom": "^24.0.0", "typescript": "^5.2.2", "vite": "^5.2.0", "vitest": "^1.5.0" } }