You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/server/admin-next/package.json

39 lines
1.0 KiB
JSON

{
"name": "tailchat-admin-next",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node --transpile-only src/index.ts",
"dev": "nodemon --watch 'src/**' --ext 'ts' --ignore 'src/**/*.spec.ts' --exec \"ts-node --transpile-only src/index.ts\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "moonrailgun",
"license": "MIT",
"dependencies": {
"@adminjs/koa": "^2.1.0",
"@adminjs/mongoose": "^2.0.4",
"@koa/router": "^10.1.1",
"adminjs": "^5.10.4",
"koa": "^2.13.4",
"koa-session": "^6.2.0",
"koa-static": "^5.0.0",
"koa2-formidable": "^1.0.3",
"react-use": "^17.4.0",
"recharts": "^2.1.12",
"tushan": "^0.0.1"
},
"devDependencies": {
"@types/koa": "^2.13.4",
"@types/koa-session": "^5.10.6",
"@types/koa-static": "^4.0.2",
"@types/node": "16.11.7",
"@types/react": "^17.0.38",
"nodemon": "^2.0.18",
"ts-node": "^10.8.0",
"typescript": "^4.3.3"
}
}