dry-wash-pl/package.json

24 lines
671 B
JSON
Raw Normal View History

2024-10-19 12:07:17 +03:00
{
2024-10-19 12:13:03 +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",
"express": "^4.21.1",
"react": "^18.3.1",
2024-10-27 16:07:03 +03:00
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
2024-10-19 12:07:17 +03:00
}
}