open5gs/webui/package.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2017-05-12 06:02:28 +00:00
{
2017-05-21 06:30:38 +00:00
"name": "nextepc",
2018-06-03 01:42:05 +00:00
"version": "0.3.9",
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/nextepc",
2017-05-12 06:02:28 +00:00
"author": "NextEPC Group",
"license": "GPL-3.0",
"dependencies": {
2017-06-19 10:20:39 +00:00
"axios": "^0.16.2",
2017-09-24 03:25:32 +00:00
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.2.0",
"body-parser": "^1.18.2",
2017-06-10 06:46:06 +00:00
"connect-mongo": "^1.3.2",
2017-09-24 03:25:32 +00:00
"express": "^4.15.4",
2017-06-16 14:49:52 +00:00
"express-restify-mongoose": "^4.1.3",
2017-05-16 13:52:04 +00:00
"express-session": "^1.15.2",
"immutable": "^3.8.1",
2017-06-19 14:02:22 +00:00
"lodash": "^4.17.4",
2017-09-24 03:25:32 +00:00
"lusca": "^1.5.1",
2017-06-17 02:35:12 +00:00
"method-override": "^2.3.9",
2017-09-24 03:25:32 +00:00
"mongoose": "^4.11.12",
"mongoose-long": "^0.1.1",
2017-06-10 06:46:06 +00:00
"morgan": "^1.8.2",
2017-09-24 03:25:32 +00:00
"next": "^3.2.2",
"next-redux-wrapper": "^1.3.4",
2017-05-31 01:54:42 +00:00
"nprogress": "^0.2.0",
"open-color": "^1.5.1",
2017-09-24 03:25:32 +00:00
"passport": "^0.4.0",
2017-05-16 13:52:04 +00:00
"passport-local": "^1.0.0",
2017-09-24 03:25:32 +00:00
"passport-local-mongoose": "^4.2.1",
2017-05-18 13:26:00 +00:00
"prop-types": "^15.5.10",
2017-09-24 03:25:32 +00:00
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-event-listener": "^0.5.0",
"react-icons": "^2.2.5",
2017-09-24 03:25:32 +00:00
"react-jsonschema-form": "^0.50.1",
"react-notification-system": "^0.2.15",
"react-onclickoutside": "^6.5.0",
"react-redux": "^5.0.6",
2017-05-31 07:43:44 +00:00
"react-transition-group": "^1.1.3",
2017-09-24 03:25:32 +00:00
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-saga": "^0.15.6",
"styled-components": "^2.1.2",
2017-08-28 00:59:40 +00:00
"traverse": "^0.6.6"
2017-05-12 06:02:28 +00:00
},
"scripts": {
2017-05-21 14:02:16 +00:00
"dev": "node server/index.js",
2017-05-12 06:02:28 +00:00
"build": "next build",
2017-09-24 03:25:32 +00:00
"start": "NODE_ENV=production node server/index.js"
2017-05-12 06:02:28 +00:00
}
}