/
Stoc
/
Sber
Обзор
Документация
Войти
/
Stoc
/
Sber
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
44 строки
1 KB
Stocil
feat: add markdown component, markdown text render in single article page
08 апр 2024, 00:45
08 апр 2024, 00:45
f2f4037
Код
Авторство
О чём код?
{ "name": "blog", "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" }, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.12", "@hookform/resolvers": "^3.3.4", "@mui/icons-material": "^5.15.13", "@mui/material": "^5.15.13", "@reduxjs/toolkit": "^2.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.0", "react-markdown": "^9.0.1", "react-redux": "^9.1.0", "react-router-dom": "^6.22.3", "remark-gfm": "^4.0.0", "sass": "^1.71.1", "uuid": "^9.0.1", "uuidv4": "^6.2.13", "zod": "^3.22.4" }, "devDependencies": { "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "typescript": "^5.2.2", "vite": "^5.1.6" } }