53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"name": "dry-wash",
|
|
"version": "0.1.1",
|
|
"description": "<a id=\"readme-top\"></a>",
|
|
"main": "./src/index.tsx",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "brojs server --port=8099 --with-open-browser",
|
|
"build": "npm run clean && brojs build --dev",
|
|
"build:prod": "npm run clean && brojs build",
|
|
"clean": "rimraf dist",
|
|
"eslint": "npx eslint .",
|
|
"eslint:fix": "npx eslint . --fix",
|
|
"preversion": "npm run eslint"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@brojs/cli": "^1.6.3",
|
|
"@chakra-ui/icons": "^2.2.4",
|
|
"@chakra-ui/react": "^2.4.2",
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@fontsource/open-sans": "^5.1.0",
|
|
"@lottiefiles/react-lottie-player": "^3.5.4",
|
|
"@pbe/react-yandex-maps": "^1.2.5",
|
|
"@types/react": "^18.3.12",
|
|
"dayjs": "^1.11.13",
|
|
"express": "^4.21.1",
|
|
"framer-motion": "^6.2.8",
|
|
"i18next": "^23.16.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.53.2",
|
|
"react-i18next": "^15.1.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-phone-number-input": "^3.4.9",
|
|
"react-router-dom": "^6.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.14.0",
|
|
"@stylistic/eslint-plugin": "^2.10.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"eslint": "^9.14.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"globals": "^15.11.0",
|
|
"prettier": "3.3.3",
|
|
"typescript-eslint": "^8.12.2"
|
|
}
|
|
}
|