-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
108 lines (108 loc) · 3.11 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
{
"name": "masseyhacks-registration",
"version": "1.0.0",
"description": "MasseyHacks Registration System",
"main": "app.js",
"scripts": {
"start": "gulp",
"db": "mongod --dbpath db --bind_ip 127.0.0.1",
"init": "cp .env.template .env",
"build": "./node_modules/gulp/bin/gulp.js js && ./node_modules/gulp/bin/gulp.js css && node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MasseyHacks/MasseyHacks-V-Registration.git"
},
"author": "Henry Tu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MasseyHacks/MasseyHacks-V-Registration/issues"
},
"homepage": "https://github.com/MasseyHacks/MasseyHacks-V-Registration#readme",
"devDependencies": {
"babel-core": "^5.8.38",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"gulp": "3.9.1"
},
"dependencies": {
"algebra.js": "0.2.6",
"babel-loader": "^5.0.0",
"babel-plugin-transform-runtime": "6.1.18",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.1.18",
"babel-preset-stage-2": "6.24.1",
"babel-runtime": "6.3.13",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"bootstrap-vue": "^2.0.0-rc.11",
"buble": "^0.19.6",
"cluster": "^0.7.7",
"compress": "^0.99.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"css-loader": "^0.21.0",
"dotenv": "^6.0.0",
"es6-promise": "^4.2.4",
"express": "^4.9.8",
"express-rate-limit": "^2.12.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-saver": "^1.3.8",
"forever": "^2.0.0",
"formidable": "^1.2.1",
"gridfs-stream": "^1.1.1",
"gulp-babel": "^7.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.1",
"gulp-webpack": "^1.5.0",
"handlebars": "^4.0.11",
"highlight.js": "^9.13.1",
"imap": "^0.8.19",
"is-image": "^2.0.0",
"jquery": "^3.3.1",
"json": "^9.0.6",
"jsonwebtoken": "^8.3.0",
"mailparser": "^2.4.0",
"method-override": "^3.0.0",
"moment": "^2.22.2",
"mongodb": "^3.1.10",
"mongoose": "^5.7.13",
"mongoose-gridfs": "^0.5.0",
"morgan": "^1.9.0",
"node-sass": "^4.10.0",
"nodemailer": "^4.6.7",
"nodemon": "^1.18.6",
"nuxt": "^1.4.4",
"path": "^0.12.7",
"qrcode": "^1.3.2",
"quill": "^1.3.6",
"raven": "^2.1.0",
"raven-js": "^3.26.4",
"request": "^2.87.0",
"saml2-js": "^2.0.3",
"sass-loader": "^7.1.0",
"speakeasy": "^2.0.0",
"style-loader": "^0.21.0",
"sweetalert2": "^7.29.0",
"uglify-js": "^3.3.13",
"underscore": "^1.9.1",
"uuid": "^3.3.2",
"validator": "^10.9.0",
"vue": "2.5.17",
"vue-context": "3.3.1",
"vue-hot-reload-api": "1.2.2",
"vue-html-loader": "1.0.0",
"vue-json-tree": "0.3.3",
"vue-loader": "9.0.0",
"vue-moment": "4.1.0",
"vue-router": "3.0.1",
"vue-select": "2.4.0",
"vue-server-renderer": "2.5.17",
"vue-template-compiler": "2.5.17",
"vueify": "9.4.1",
"vuejs-paginator": "2.0.2",
"webpack": "^2.2.0",
"webpack-dev-server": "1.12.0",
"webpack-stream": "4.0.0"
}
}