/
ddistanceOn
/
speechland
Обзор
Документация
Войти
/
ddistanceOn
/
speechland
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
package.json
44 строки
1 KB
Roman Kondrashev
feat: create examples for developers, add structure of project, set up all technologies, ajust tailwind, change scss to postcss
29 июл 2024, 02:39
29 июл 2024, 02:39
503c736
Код
Авторство
О чём код?
{ "name": "speechland", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "prepare": "husky install" }, "dependencies": { "@reduxjs/toolkit": "^2.2.7", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.52.1", "react-redux": "^9.1.2", "react-router-dom": "^6.25.1" }, "devDependencies": { "@types/node": "^22.0.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-redux": "^7.1.33", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "husky": "^8.0.0", "lint-staged": "^15.2.7", "postcss": "^8.4.40", "postcss-modules": "^6.0.0", "prettier": "^3.3.3", "tailwindcss": "^3.4.7", "typescript": "^5.2.2", "vite": "^5.3.4" } }