1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "workspace",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "@date-io/date-fns": "^3.2.1",
- "@vueuse/motion": "^3.0.3",
- "cors": "^2.8.5",
- "date-fns": "^4.1.0",
- "dotenv": "^17.0.1",
- "express": "^5.1.0",
- "framer-motion": "^12.22.0",
- "helmet": "^8.1.0",
- "joi": "^17.13.3",
- "jsonwebtoken": "^9.0.2",
- "lucide-vue-next": "^0.525.0",
- "morgan": "^1.10.0",
- "mysql2": "^3.14.1",
- "swagger-jsdoc": "^6.2.8",
- "swagger-ui-express": "^5.0.1",
- "typeorm": "^0.3.25"
- },
- "devDependencies": {
- "@types/express": "^5.0.3",
- "@types/node": "^24.0.8",
- "typescript": "^5.8.3"
- }
- }
|