| { |
| "name": "open5gs", |
| "version": "2.7.0", |
| "description": "Open5gs", |
| "main": "index.js", |
| "repository": "https://github.com/open5gs/open5gs/webui", |
| "author": "Open5gs Group", |
| "license": "AGPL-3.0", |
| "dependencies": { |
| "axios": "^0.27.2", |
| "babel-plugin-polished": "^1.1.0", |
| "babel-plugin-styled-components": "^2.0.7", |
| "body-parser": "^1.20.2", |
| "connect-mongo": "^5.0.0", |
| "express": "^4.18.2", |
| "express-restify-mongoose": "^6.1.2", |
| "express-session": "^1.17.3", |
| "immutable": "^4.3.3", |
| "jsonwebtoken": "^9.0.1", |
| "lodash": "^4.17.21", |
| "lusca": "^1.7.0", |
| "method-override": "^3.0.0", |
| "mongoose": "^5.13.20", |
| "mongoose-long": "^0.7.1", |
| "morgan": "^1.10.0", |
| "next": "^3.2.3", |
| "next-redux-wrapper": "^1.3.5", |
| "nprogress": "^0.2.0", |
| "open-color": "^1.9.1", |
| "passport": "^0.6.0", |
| "passport-jwt": "^4.0.1", |
| "passport-local": "^1.0.0", |
| "passport-local-mongoose": "^8.0.0", |
| "prop-types": "^15.8.1", |
| "react": "^15.7.0", |
| "react-dom": "^15.7.0", |
| "react-event-listener": "^0.5.9", |
| "react-icons": "^2.2.5", |
| "react-jsonschema-form": "^0.50.1", |
| "react-notification-system": "^0.2.17", |
| "react-onclickoutside": "^6.13.0", |
| "react-redux": "^5.1.2", |
| "react-transition-group": "^1.1.3", |
| "redux": "^4.2.1", |
| "redux-actions": "^2.6.5", |
| "redux-saga": "^1.2.3", |
| "styled-components": "^2.4.1", |
| "traverse": "^0.6.7" |
| }, |
| "scripts": { |
| "dev": "node server/index.js", |
| "build": "next build", |
| "start": "NODE_ENV=production node server/index.js" |
| } |
| } |
|
|