2024-10-19 12:07:17 +03:00
|
|
|
{
|
2024-11-03 11:53:12 +03:00
|
|
|
"name": "dry-wash",
|
2024-10-19 12:07:17 +03:00
|
|
|
"version": "0.0.0",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@brojs/cli": "^1.3.0",
|
2024-11-03 11:44:23 +03:00
|
|
|
"@chakra-ui/icons": "^2.2.4",
|
|
|
|
"@chakra-ui/react": "^2.4.2",
|
|
|
|
"@emotion/react": "^11.4.1",
|
|
|
|
"@emotion/styled": "^11.3.0",
|
|
|
|
"@types/react": "^18.3.12",
|
2024-10-19 12:07:17 +03:00
|
|
|
"express": "^4.21.1",
|
2024-11-03 11:44:23 +03:00
|
|
|
"framer-motion": "^6.2.8",
|
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",
|
|
|
|
"react-router-dom": "^6.27.0"
|
2024-11-03 11:44:23 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react-dom": "^18.3.1",
|
|
|
|
"prettier": "3.3.3"
|
2024-10-19 12:07:17 +03:00
|
|
|
}
|
|
|
|
}
|