dry-wash-pl/package.json

50 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2024-10-19 12:07:17 +03:00
{
2024-11-03 11:53:12 +03:00
"name": "dry-wash",
2024-11-17 11:44:54 +03:00
"version": "0.1.0",
2024-10-19 12:07:17 +03:00
"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",
2024-11-03 12:23:47 +03:00
"clean": "rimraf dist",
"eslint": "npx eslint .",
"eslint:fix": "npx eslint . --fix",
"preversion": "npm run eslint"
2024-10-19 12:07:17 +03:00
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2024-11-17 11:28:04 +03:00
"@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",
2024-11-10 02:45:54 +03:00
"@fontsource/open-sans": "^5.1.0",
2024-11-16 18:13:23 +03:00
"@lottiefiles/react-lottie-player": "^3.5.4",
"@types/react": "^18.3.12",
2024-11-24 12:08:45 +03:00
"dayjs": "^1.11.13",
2024-10-19 12:07:17 +03:00
"express": "^4.21.1",
"framer-motion": "^6.2.8",
2024-11-03 12:52:50 +03:00
"i18next": "^23.16.4",
2024-10-19 12:07:17 +03:00
"react": "^18.3.1",
2024-10-27 16:07:03 +03:00
"react-dom": "^18.3.1",
2024-11-16 22:41:32 +03:00
"react-i18next": "^15.1.1",
2024-11-10 02:45:54 +03:00
"react-icons": "^5.3.0",
2024-10-27 16:07:03 +03:00
"react-router-dom": "^6.27.0"
},
"devDependencies": {
2024-11-03 12:23:47 +03:00
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"@types/react-dom": "^18.3.1",
2024-11-03 12:23:47 +03:00
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.31.0",
2024-11-03 12:23:47 +03:00
"eslint-plugin-react": "^7.37.2",
"globals": "^15.11.0",
"prettier": "3.3.3",
"typescript-eslint": "^8.12.2"
2024-10-19 12:07:17 +03:00
}
}