-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "imageboard",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node --harmony ./bin/www",
"test": "mocha --timeout 10000",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot"
},
"author": "MVHS",
"license": "ISC",
"dependencies": {
"async": "~2.1.4",
"aws-sdk": "^2.247.1",
"babel-loader": "^7.1.4",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"chai": "^4.0.2",
"chai-http": "^3.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"cross-env": "^5.1.5",
"debug": "~2.2.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-routescan": "^0.2.1",
"express-session": "^1.15.6",
"express-validator": "^5.0.3",
"googleapis": "^27.0.0",
"ipaddr.js": "^1.6.0",
"mongoose": "^5.0.9",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"properties-reader": "0.0.16",
"recaptcha": "^1.2.1",
"request-ip": "^2.0.2",
"shortid": "^2.2.8",
"sprintf-js": "^1.1.1",
"string-format": "^0.5.0",
"striptags": "^3.1.1",
"transform-runtime": "0.0.0",
"validator": "^9.4.1",
"vue": "^2.5.11",
"vue-router": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.12.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^2.9.1"
}
}