| 1234567891011121314151617181920212223242526 |
- {
- "name": "a4_jicnic",
- "version": "0.1.0",
- "description": "",
- "main": "server.js",
- "scripts": {
- "browser-sync": "browser-sync start --proxy 'localhost:8000' --files 'static/**/*.*'",
- "dev": "bun run server.js --watch"
- },
- "keywords": [],
- "author": "",
- "license": "UNLICENSED",
- "dependencies": {
- "body-parser": "^1.20.2",
- "browser-sync": "^3.0.2",
- "cookie-session": "^2.0.0",
- "date-fns": "^3.6.0",
- "dotenv": "^16.4.5",
- "ejs": "^3.1.9",
- "express": "^4.18.2",
- "ws": "^8.16.0"
- },
- "devDependencies": {
- "nodemon": "^3.1.0"
- }
- }
|