-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.87 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "gillibus",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV='production' node server.js",
"postinstall": "npm run build",
"dev": "NODE_ENV=development API_SERVICES=off node server.js",
"dev:test": "NODE_ENV=development API_SERVICES=on node server.js",
"wp-watch": "webpack --watch --hide-modules --colors",
"watch": "webpack-dev-server --hot --inline --config webpack.config.js --content-base client",
"build:prod": "NODE_ENV='production' webpack --colors",
"build:dev": "NODE_ENV='DEVELOPMENT' webpack --colors",
"build": "NODE_ENV=production webpack --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taylorleh/gillibus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/taylorleh/gillibus/issues"
},
"homepage": "https://github.com/taylorleh/gillibus#readme",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.16.0",
"bookshelf": "^0.10.3",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap-vue": "^0.17.1",
"calendar": "^0.1.0",
"chart.js": "^2.6.0",
"connect-flash": "^0.1.1",
"connect-history-api-fallback": "latest",
"cookie-parser": "^1.4.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.2",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"element-ui": "^1.3.6",
"expose-loader": "^0.7.3",
"express": "^4.14.0",
"express-favicon": "^2.0.0",
"express-recaptcha": "^2.1.0",
"express-session": "^1.15.2",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.2.0",
"gmail-send": "^1.2.9",
"google-locations": "^0.2.0",
"google-oauth-jwt": "^0.2.0",
"googleapis": "^16.1.0",
"heroku-ssl-redirect": "0.0.3",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.3.0",
"jwt-simple": "^0.5.1",
"knex": "^0.12.8",
"less-loader": "^2.2.3",
"lodash": "^4.17.4",
"moment": "latest",
"mysql": "^2.13.0",
"ngtemplate-loader": "^1.3.1",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passwordless": "^1.1.2",
"passwordless-mysql": "^1.0.2",
"raw-loader": "^0.5.1",
"sequelize": "^3.30.2",
"sequelize-isunique-validator": "^1.1.1",
"shelljs": "^0.7.7",
"socket.io": "^1.7.3",
"socketio-jwt": "^4.5.0",
"stripe": "^4.15.0",
"style-loader": "^0.13.2",
"tempusdominus-bootstrap-4": "^5.0.0-alpha6",
"uglifyjs-webpack-plugin": "^0.2.1",
"url-loader": "^0.5.8",
"vee-validate": "^2.0.0-rc.8",
"vue": "^2.3.4",
"vue-analytics": "^4.1.2",
"vue-chartjs": "^2.6.5",
"vue-fullcalendar": "^1.0.9",
"vue-google-autocomplete": "^1.0.10",
"vue-loader": "^12.1.0",
"vue-localstorage": "^0.2.0",
"vue-query-builder": "^0.2.4",
"vue-resource": "^1.3.1",
"vue-router": "^2.5.3",
"vue-socket.io": "^2.1.1-a",
"vue-stripe": "^0.1.3",
"vue-stripe-elements": "0.0.3-2",
"vue-template-compiler": "^2.3.4",
"vue2-google-maps": "^0.7.5",
"vuex": "^2.3.1",
"webpack": "^2.2.1"
},
"devDependencies": {
"chokidar": "latest",
"friendly-errors-webpack-plugin": "^1.6.1",
"morgan": "^1.8.1",
"node-sass": "^4.5.3",
"opn": "latest",
"sass-loader": "^6.0.6",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.3.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.0",
"gulp-nodemon": "^2.2.1"
}
}