/
art
/
api-audit-fork-test
Обзор
Документация
Войти
/
art
/
api-audit-fork-test
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
62 строки
1 KB
Ars Golushkov
feat: fetch imoex weights from api
08 май 2025, 06:01
08 май 2025, 06:01
da1aea1
Код
Авторство
О чём код?
{ "name": "index-investor", "version": "0.4.1", "private": true, "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@hookform/resolvers": "^3.3.4", "@mui/icons-material": "^5.15.7", "@mui/material": "^5.15.7", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.202", "@types/node": "^16.18.79", "@types/react": "^18.2.53", "@types/react-dom": "^18.2.18", "buffer": "^6.0.3", "jsonpath": "^1.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.3", "react-scripts": "5.0.1", "typescript": "^4.9.5", "web-vitals": "^2.1.4", "yup": "^1.4.0" }, "scripts": { "print:version": "node ./scripts/version.js", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "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": { "@types/jsonpath": "^0.2.4", "@types/lodash": "^4.17.0", "prettier": "^3.2.5" }, "browser": { "timers": false } }