open5gs/webui/package.json

52 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",
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": {
"add": "^2.0.6",
2017-05-24 14:12:51 +00:00
"babel-plugin-polished": "^1.0.3",
"babel-plugin-styled-components": "^1.1.4",
"babel-preset-stage-0": "^6.24.1",
2017-05-16 13:52:04 +00:00
"body-parser": "^1.17.1",
2017-06-10 06:46:06 +00:00
"connect-mongo": "^1.3.2",
2017-05-14 09:14:47 +00:00
"express": "^4.15.2",
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-05-19 05:13:44 +00:00
"lusca": "^1.4.1",
2017-06-17 02:35:12 +00:00
"method-override": "^2.3.9",
2017-06-10 06:46:06 +00:00
"mongoose": "^4.10.5",
"morgan": "^1.8.2",
2017-05-12 06:02:28 +00:00
"next": "^2.3.1",
"next-redux-wrapper": "^1.1.2",
2017-05-31 01:54:42 +00:00
"nprogress": "^0.2.0",
"open-color": "^1.5.1",
2017-05-16 13:52:04 +00:00
"passport": "^0.3.2",
"passport-local": "^1.0.0",
2017-06-10 15:01:40 +00:00
"passport-local-mongoose": "^4.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",
2017-06-04 01:25:30 +00:00
"react-event-listener": "^0.4.5",
"react-icons": "^2.2.5",
"react-immutable-proptypes": "^2.1.0",
2017-06-01 01:45:55 +00:00
"react-onclickoutside": "^5.11.1",
"react-redux": "^5.0.5",
2017-05-31 07:43:44 +00:00
"react-transition-group": "^1.1.3",
"redux": "^3.6.0",
"redux-actions": "^2.0.3",
"redux-saga": "^0.15.3",
"styled-components": "2.0.0-19",
"yarn": "^0.24.5"
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-06-10 15:38:26 +00:00
"start": "NODE_ENV=production DB_URI='mongodb://acetcom:sejin123@ds025792.mlab.com:25792/nextepc' node server/index.js"
2017-05-12 06:02:28 +00:00
}
}