money-control-frontend/package.json

75 lines
2.3 KiB
JSON

{
"name": "money-controll-frontend-app",
"version": "0.0.2",
"description": "Frontend part of ksv741 MoneyControll App",
"main": "index.js",
"scripts": {
"start:dev": "ksv741-react-scripts start --env mode=development",
"build:prod": "ksv741-react-scripts build --env mode=production",
"analyze:prod": "ksv741-react-scripts build --env mode=production analyze=true",
"watch": "docker run --rm -v ./build:/usr/share/nginx/html -v ./nginx.conf:/etc/nginx/conf.d/default.conf --name react-nginx-app -p 8080:80 nginx:1.27.0",
"lint": "eslint src",
"test:start": "jest",
"test:coverage": "jest --coverage",
"typechecking": "tsc --noEmit",
"release": "standard-version"
},
"engines": {
"node": "20.15.0"
},
"private": true,
"repository": "git+https://gitlab.com/money-control2/web/frontend.git",
"keywords": [
"React",
"Frontend",
"Webpack",
"ksv741"
],
"author": "Sergey <ksv741@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/money-control2/web/frontend/issues"
},
"homepage": "https://gitlab.com/money-control2/web/frontend#readme",
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "^5.15.19",
"@mui/material": "5.15.19",
"@react-spring/web": "9.7.3",
"classnames": "2.5.1",
"notistack": "3.0.1",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"workbox-core": "7.1.0",
"workbox-precaching": "7.1.0",
"workbox-recipes": "7.1.0",
"workbox-window": "7.1.0"
},
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "29.5.12",
"eslint": "8.57.0",
"eslint-config-ksv741": "0.0.3",
"eslint-import-resolver-webpack": "0.13.8",
"husky": "9.0.11",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ksv741-react-scripts": "0.3.1",
"lint-staged": "15.2.2",
"standard-version": "9.5.0",
"ts-jest": "29.1.4",
"typescript": "5.4.5",
"workbox-webpack-plugin": "7.1.0"
}
}