mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
add express and sqlite
This commit is contained in:
parent
1123f39239
commit
9296b10384
5 changed files with 332 additions and 20 deletions
|
|
@ -7,13 +7,16 @@
|
|||
"author": "NextEPC Group",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"express": "^4.15.2",
|
||||
"next": "^2.3.1",
|
||||
"react": "^15.5.4",
|
||||
"react-dom": "^15.5.4"
|
||||
"react-dom": "^15.5.4",
|
||||
"sequelize": "^3.30.4",
|
||||
"sqlite3": "^3.1.8"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next",
|
||||
"dev": "node server.js",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"start": "NODE_ENV=production node server.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue