/
helloWrld
/
test
Обзор
Документация
Войти
/
helloWrld
/
test
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
48 строк
1 KB
babinm1h
rq
29 дек 2023, 08:48
29 дек 2023, 08:48
e4a5c4f
Код
Авторство
О чём код?
{ "name": "perflab", "private": true, "version": "0.0.0", "type": "module", "scripts": { "develop": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "server": "json-server -w server/db.json -p 3080", "dev": "concurrently \"npm run server\" \"npm run develop\"" }, "dependencies": { "@reduxjs/toolkit": "^2.0.1", "@tanstack/react-query": "^5.14.2", "axios": "^1.6.2", "classnames": "^2.3.2", "json-server": "^0.17.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^9.0.2", "react-router-dom": "^6.20.1", "redux-saga": "^1.2.3", "sass": "^1.69.5" }, "devDependencies": { "@types/node": "^20.10.4", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "@vitejs/plugin-react": "^4.2.0", "concurrently": "^8.2.2", "eslint": "^8.53.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "prettier": "^3.1.0", "typescript": "^5.2.2", "vite": "^5.0.0" } }