-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.16 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
77
78
{
"name": "beer4africa",
"version": "1.0.0",
"description": "A website promoting Craft Africa",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"production": "NODE_ENV=production gulp",
"development": "NODE_ENV=development gulp",
"build_prod": "NODE_ENV=production gulp build",
"build_dev": "NODE_ENV=development gulp build",
"init": "NODE_ENV=development yarn install && bower install && NODE_ENV=production gulp build"
},
"keywords": [
"beer",
"4",
"for",
"africa",
"factories",
"craft",
"africa"
],
"author": "julius celik <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-native-modules": "^6.9.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.0.4",
"gulp-environments": "^0.1.2",
"gulp-file-cache": "0.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-loader": "^6.4.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"chart.js": "^2.5.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"express-session": "^1.15.2",
"gmail-send": "^1.2.8",
"gulp-environments": "^0.1.2",
"handlebars": "^4.0.6",
"mongoose": "^4.9.5",
"morgan": "^1.8.1",
"nodemailer": "^4.0.1",
"odometer": "^0.4.8",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "^2.0.0-beta.12",
"scrollmagic": "^2.0.5",
"serve-favicon": "^2.4.2",
"ua-parser-js": "^0.7.12",
"validator": "^7.0.0",
"velocity-animate": "^1.5.0",
"vue": "^2.3.0",
"vue-chartjs": "^2.6.2",
"vue-odometer": "^0.1.1"
}
}