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

29 lines
661 B
JSON

{
"name": "tailchat-admin-next",
"private": true,
"version": "0.0.0",
"author": "moonrailgun",
"scripts": {
"dev": "nodemon",
"start": "NODE_ENV=production ts-node src/server/index.ts",
"build": "vite build"
},
"dependencies": {
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tushan": "^0.2.1",
"vite-express": "^0.5.4"
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}