60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "money-controll-frontend-app",
|
|
"version": "0.0.0",
|
|
"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": "jest",
|
|
"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": {
|
|
"normalize.css": "8.0.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"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.2.2",
|
|
"@types/jest": "^29.5.12",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-ksv741": "^0.0.1",
|
|
"eslint-plugin-jest": "^27.9.0",
|
|
"eslint-plugin-jest-dom": "^5.2.0",
|
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
"husky": "^9.0.11",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"ksv741-react-scripts": "^0.1.0",
|
|
"lint-staged": "^15.2.2",
|
|
"standard-version": "^9.5.0"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|