38 lines
1.0 KiB
JSON
38 lines
1.0 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"
|
|
},
|
|
"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": {
|
|
"eslint": "8.57.0",
|
|
"eslint-config-ksv741": "^0.0.1",
|
|
"ksv741-react-scripts": "^0.1.0"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|