62 lines
1.8 KiB
JSON

{
"name": "money-controll-frontend-app",
"version": "0.0.1",
"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",
"lint": "eslint src",
"test:start": "jest",
"test:coverage": "jest --coverage",
"release": "standard-version"
},
"engines": {
"node": "=20.11.1"
},
"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": {
"classnames": "2.5.1",
"normalize.css": "8.0.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.12",
"eslint": "8.57.0",
"eslint-config-ksv741": "0.0.2",
"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"
},
"packageManager": "yarn@4.1.1"
}