83 lines
2.5 KiB
JSON
83 lines
2.5 KiB
JSON
{
|
|
"name": "budbilar",
|
|
"version": "0.0.1",
|
|
"description": "När du vill få något budat till rätt pris.",
|
|
"main": "server/server.js",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.thecodebureau.com:axel/budbilar.git"
|
|
},
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"gulp:production": "NODE_ENV=production gulp",
|
|
"gulp:development": "NODE_ENV=development gulp",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server/server.js"
|
|
},
|
|
"dependencies": {
|
|
"babel-preset-es2015-node6": "^0.3.0",
|
|
"babel-register": "^6.14.0",
|
|
"body-parser": "^1.15.2",
|
|
"chalk": "^1.1.3",
|
|
"connect-redis": "^3.1.0",
|
|
"cookie-parser": "^1.4.3",
|
|
"dollr": "0.0.9",
|
|
"express": "^4.14.0",
|
|
"express-service-errors": "github:thecodebureau/express-service-errors",
|
|
"express-session": "^1.14.1",
|
|
"lodash": "^4.15.0",
|
|
"marko": "^3.10.1",
|
|
"marko-widgets": "^6.3.4",
|
|
"midwest": "0.0.2",
|
|
"midwest-module-membership": "github:thebitmill/midwest-module-membership",
|
|
"midwest-service-errors": "github:thebitmill/midwest-service-errors",
|
|
"mongoose": "^4.6.0",
|
|
"mongopot": "github:lohfu/mongopot",
|
|
"morgan": "^1.7.0",
|
|
"nodemailer": "^2.6.0",
|
|
"passport": "^0.3.2",
|
|
"passport-local": "^1.0.0",
|
|
"require-dir": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.4.1",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-react": "^6.11.1",
|
|
"browser-sync": "^2.16.0",
|
|
"chalk": "^1.1.3",
|
|
"csswring": "^5.1.0",
|
|
"eslint": "^3.5.0",
|
|
"eslint-config-airbnb": "^11.1.0",
|
|
"eslint-config-airbnb-base": "^7.1.0",
|
|
"eslint-plugin-import": "^1.15.0",
|
|
"eslint-plugin-jsx-a11y": "^2.2.2",
|
|
"eslint-plugin-react": "^6.2.2",
|
|
"event-stream": "^3.3.4",
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
|
"gulp-less": "^3.1.0",
|
|
"gulp-postcss": "^6.2.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-svgmin": "^1.2.2",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulp-util": "^3.0.7",
|
|
"marko": "^3.10.1",
|
|
"mkdirp": "^0.5.1",
|
|
"nodemon": "^1.10.2",
|
|
"postcss": "^5.2.0",
|
|
"pretty-hrtime": "^1.0.2",
|
|
"rimraf": "^2.5.4",
|
|
"rollup": "^0.35.10",
|
|
"rollup-plugin-babel": "^2.6.1",
|
|
"rollup-plugin-commonjs": "^3.3.0",
|
|
"rollup-plugin-marko": "0.0.2",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"rollup-plugin-replace": "^1.1.1",
|
|
"through2": "^2.0.1",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
}
|
|
}
|