/
dedaMazai
/
ResizeTable
Обзор
Документация
Войти
/
dedaMazai
/
ResizeTable
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
76 строк
3 KB
Andrey Chipizubov
initProject
07 дек 2023, 22:32
07 дек 2023, 22:32
b5e3fb9
Код
Авторство
О чём код?
{ "name": "Chatwiz", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "webpack serve --env port=3000", "build": "webpack --env mode=production", "prettier": "npx prettier --write **/*.{ts,tsx,json}", "lint:ts": "eslint \"./src/**/*.{ts,tsx}\"", "lint:ts:fix": "eslint \"**/*.{ts,tsx}\" --fix", "lint:scss": "npx stylelint \"**/*.scss\"", "lint:scss:fix": "npx stylelint \"**/*.scss\" --fix" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.17.5", "@babel/plugin-transform-runtime": "^7.18.10", "@babel/plugin-transform-typescript": "^7.18.12", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", "@svgr/webpack": "^6.2.1", "@types/circular-dependency-plugin": "^5.0.5", "@types/node": "^17.0.21", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@types/react-router-dom": "^5.3.3", "@types/webpack": "^5.28.0", "@types/webpack-bundle-analyzer": "^4.4.1", "@types/webpack-dev-server": "^4.7.2", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.12.1", "babel-loader": "^8.2.3", "circular-dependency-plugin": "^5.2.2", "copy-webpack-plugin": "^10.2.4", "css-loader": "^6.6.0", "eslint": "^8.10.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-i18next": "^5.1.2", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.2", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-unused-imports": "^2.0.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "mini-css-extract-plugin": "^2.5.3", "prettier": "2.7.1", "react-refresh": "^0.12.0", "sass": "^1.49.9", "sass-loader": "^12.6.0", "style-loader": "^3.3.1", "stylelint": "^14.5.3", "stylelint-config-standard-scss": "^3.0.0", "ts-node": "^10.5.0", "typescript": "^4.5.5", "webpack": "^5.69.1", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4" }, "dependencies": { "antd": "^5.12.1", "i18next": "^21.9.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.18.3", "react-router-dom": "^6.2.1" } }