open5gs/webui/package.json

29 lines
717 B
JSON

{
"name": "nextepc-webui",
"version": "0.1.0",
"description": "Web User Interface for NextEPC",
"main": "index.js",
"repository": "https://github.com/acetcom/cellwire",
"author": "NextEPC Group",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-session": "^1.15.2",
"lusca": "^1.4.1",
"next": "^2.3.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sequelize": "^3.30.4",
"session-file-store": "^1.0.0",
"sqlite3": "^3.1.8"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
}
}