-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "git-rekt-se",
"version": "1.0.0",
"description": "SE Course 2017",
"main": "app/server.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive test/api",
"start": "node app/server.js",
"debug": "./node_modules/.bin/eslint app && ./node_modules/.bin/eslint test && nodemon app/server.js",
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melzareix/git-rekt-se.git"
},
"author": "Mohamed El Zarei",
"license": "MIT",
"bugs": {
"url": "https://github.com/melzareix/git-rekt-se/issues"
},
"homepage": "https://github.com/melzareix/git-rekt-se#readme",
"devDependencies": {
"babel-plugin-component": "^0.9.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"html-loader": "^0.4.5",
"mocha": "^3.2.0",
"ngrok": "^2.2.7",
"nodemon": "^1.11.0",
"supertest": "^3.0.0"
},
"dependencies": {
"apiai": "^4.0.2",
"axios": "^0.16.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"buefy": "^0.2.2",
"chartist-plugin-axistitle": "0.0.1",
"compression": "^1.6.2",
"dotenv": "^4.0.0",
"element-ui": "^1.2.8",
"eslint-config-airbnb-base": "^11.1.2",
"express": "^4.15.2",
"express-validator": "^3.1.2",
"helmet": "^3.5.0",
"jsonwebtoken": "^7.3.0",
"laravel-mix": "^0.10.0",
"moment": "^2.18.1",
"mongoose": "^4.9.2",
"mongoose-findorcreate": "^1.0.1",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"nodemailer": "^3.1.8",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-jwt": "^2.2.1",
"querystring": "^0.2.0",
"stripe": "^4.17.1",
"vue": "^2.2.6",
"vue-awesome-swiper": "^2.4.0",
"vue-carousel": "^0.6.4",
"vue-chartist": "^2.0.2",
"vue-router": "^2.4.0",
"vue2-google-maps": "^0.7.5"
}
}