d3b92593d5
- Create Axios-based API client with sources, jobs, and dashboard endpoints - Add responsive Layout component with navigation sidebar - Set up React Router with Dashboard, Backups, and Settings routes - Configure TanStack Query provider with default options - Use lucide-react for navigation icons
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "stackback",
|
|
"version": "0.0.2",
|
|
"description": "return list of CallSite objects from a captured stacktrace",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --ui qunit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/shtylman/node-stackback.git"
|
|
},
|
|
"keywords": [
|
|
"stacktrace",
|
|
"trace",
|
|
"stack"
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "~1.6.0"
|
|
},
|
|
"author": "Roman Shtylman <shtylman@gmail.com>",
|
|
"license": "MIT"
|
|
}
|