{ "name": "nextepc", "version": "0.1.0", "description": "NextEPC", "main": "index.js", "repository": "https://github.com/acetcom/cellwire", "author": "NextEPC Group", "license": "GPL-3.0", "dependencies": { "babel-plugin-styled-components": "^1.1.4", "babel-preset-stage-0": "^6.24.1", "body-parser": "^1.17.1", "connect-session-sequelize": "^4.1.0", "express": "^4.15.2", "express-session": "^1.15.2", "lusca": "^1.4.1", "next": "^2.3.1", "open-color": "^1.5.1", "passport": "^0.3.2", "passport-local": "^1.0.0", "prop-types": "^15.5.10", "react": "^15.5.4", "react-dom": "^15.5.4", "react-icons": "^2.2.5", "sequelize": "^3.30.4", "sqlite3": "^3.1.8", "styled-components": "2.0.0-19" }, "scripts": { "dev": "node server/index.js", "build": "next build", "start": "NODE_ENV=production node server/index.js" } }