open5gs/webui/package.json

30 lines
725 B
JSON
Raw Normal View History

2017-05-12 06:02:28 +00:00
{
2017-05-21 06:30:38 +00:00
"name": "nextepc",
2017-05-12 06:02:28 +00:00
"version": "0.1.0",
2017-05-21 06:30:38 +00:00
"description": "NextEPC",
2017-05-12 06:02:28 +00:00
"main": "index.js",
"repository": "https://github.com/acetcom/cellwire",
"author": "NextEPC Group",
"license": "GPL-3.0",
"dependencies": {
2017-05-16 13:52:04 +00:00
"body-parser": "^1.17.1",
2017-05-18 00:46:36 +00:00
"connect-session-sequelize": "^4.1.0",
2017-05-14 09:14:47 +00:00
"express": "^4.15.2",
2017-05-16 13:52:04 +00:00
"express-session": "^1.15.2",
2017-05-19 05:13:44 +00:00
"lusca": "^1.4.1",
2017-05-12 06:02:28 +00:00
"next": "^2.3.1",
2017-05-16 13:52:04 +00:00
"passport": "^0.3.2",
"passport-local": "^1.0.0",
2017-05-18 13:26:00 +00:00
"prop-types": "^15.5.10",
2017-05-12 06:02:28 +00:00
"react": "^15.5.4",
2017-05-14 09:14:47 +00:00
"react-dom": "^15.5.4",
"sequelize": "^3.30.4",
"sqlite3": "^3.1.8"
2017-05-12 06:02:28 +00:00
},
"scripts": {
2017-05-14 09:14:47 +00:00
"dev": "node server.js",
2017-05-12 06:02:28 +00:00
"build": "next build",
2017-05-14 09:14:47 +00:00
"start": "NODE_ENV=production node server.js"
2017-05-12 06:02:28 +00:00
}
}