/
dedaMazai
/
reactGoodPattern
Обзор
Документация
Войти
/
dedaMazai
/
reactGoodPattern
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
92 строки
3 KB
Andrei Chipizubov
fix
24 май 2023, 13:27
24 май 2023, 13:27
50f812d
Код
Авторство
О чём код?
{ "name": "front", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "webpack serve --env port=3000 apiUrl=https://v2.ru", "start:prod": "webpack serve --env port=3000", "build:prod": "webpack --env mode=production", "build:dev": "webpack --env mode=development", "lint:ts": "eslint \"**/*.{ts,tsx}\"", "lint:ts:fix": "eslint \"**/*.{ts,tsx}\" --fix", "lint:scss": "npx stylelint \"**/*.scss\"", "lint:scss:fix": "npx stylelint \"**/*.scss\" --fix", "test:unit": "jest --config ./config/jest/jest.config.ts" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.19.3", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/plugin-transform-typescript": "^7.20.2", "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8", "@svgr/webpack": "^6.3.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/circular-dependency-plugin": "^5.0.5", "@types/jest": "^29.1.1", "@types/node": "^18.7.18", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/react-redux": "^7.1.24", "@types/react-router-dom": "^5.3.3", "@types/webpack": "^5.28.0", "@types/webpack-bundle-analyzer": "^4.4.2", "@types/webpack-dev-server": "^4.7.2", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.12.1", "babel-loader": "^8.2.5", "circular-dependency-plugin": "^5.2.2", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.7.3", "eslint": "^8.24.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-i18next": "^6.0.0-2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.1.2", "jest-environment-jsdom": "^29.1.2", "jest-html-reporters": "^3.0.11", "mini-css-extract-plugin": "^2.6.1", "react-refresh": "^0.14.0", "regenerator-runtime": "^0.13.9", "sass": "^1.55.0", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", "stylelint": "^14.13.0", "stylelint-config-standard-scss": "^5.0.0", "ts-node": "^10.9.1", "typescript": "^4.8.4", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.6.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" }, "dependencies": { "@reduxjs/toolkit": "^1.8.6", "async-mutex": "^0.4.0", "eslint-webpack-plugin": "^4.0.1", "filemanager-webpack-plugin": "^8.0.0", "i18next": "^21.9.2", "i18next-browser-languagedetector": "^6.1.5", "i18next-http-backend": "^1.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.18.6", "react-redux": "^8.0.4", "react-router-dom": "^6.4.1", "typescript-cookie": "^1.0.4" } }