42 lines
911 B
JSON
42 lines
911 B
JSON
{
|
|
"name": "raggr-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rsbuild build",
|
|
"dev": "rsbuild dev --open",
|
|
"preview": "rsbuild preview",
|
|
"watch": "npm-watch build",
|
|
"watch:build": "rsbuild build --watch"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.12.2",
|
|
"marked": "^16.3.0",
|
|
"npm-watch": "^0.13.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-markdown": "^10.1.0",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rsbuild/core": "^1.5.6",
|
|
"@rsbuild/plugin-react": "^1.4.0",
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"src"
|
|
],
|
|
"extensions": "ts,tsx,css,js,jsx",
|
|
"delay": 1000,
|
|
"quiet": false,
|
|
"inherit": true
|
|
}
|
|
}
|
|
}
|