Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "scripts": {
- "test": "./node_modules/babel-cli/bin/babel.js ./app/index.js",
- "test2": "NODE_ENV=development node test.js",
- "lint": "eslint ./app ./webpack.config.js -f table || true",
- "build": "NODE_ENV=development webpack --display-error-details --progress --colors",
- "start": "NODE_ENV=development nodemon server.js --debug",
- "prod-build": "NODE_ENV=production webpack --progress --colors",
- "prod-start": "NODE_ENV=production forever start server.js"
- },
- "devDependencies": {
- "babel": "^6.5.2",
- "babel-cli": "^6.18.0",
- "babel-core": "^6.20.0",
- "babel-eslint": "^7.1.1",
- "babel-loader": "^6.2.10",
- "babel-plugin-transform-class-properties": "^6.19.0",
- "babel-plugin-transform-runtime": "^6.15.0",
- "babel-plugin-typecheck": "^3.9.0",
- "babel-preset-es2015": "^6.18.0",
- "babel-preset-es2015-native-modules": "^6.9.4",
- "babel-preset-react": "^6.16.0",
- "babel-preset-react-hmre": "^1.1.1",
- "babel-preset-stage-0": "^6.16.0",
- "babel-runtime": "^6.20.0",
- "bootstrap": "^4.0.0-alpha.5",
- "es6-promise": "^4.0.5",
- "eslint": "^3.12.2",
- "eslint-plugin-import": "^2.2.0",
- "eslint-plugin-jsx-a11y": "^3.0.2",
- "eslint-plugin-react": "^6.8.0",
- "flow-status-webpack-plugin": "^0.1.7",
- "html-webpack-plugin": "^2.24.1",
- "jquery": "^3.1.1",
- "moment": "^2.17.1",
- "nodemon": "^1.11.0",
- "react": "^15.4.1",
- "react-dom": "^15.4.1",
- "react-lite": "^0.15.29",
- "webpack": "^1.14.0",
- "webpack-cleanup-plugin": "^0.4.1"
- },
- "dependencies": {
- "body-parser": "^1.15.2",
- "cookie-parser": "^1.4.3",
- "express": "^4.14.0",
- "forever": "^0.15.3",
- "mongoose": "^4.7.2",
- "winston": "^2.3.0"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment