-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "lantosistvan-portfolio",
"version": "1.0.0",
"description": "My personal website",
"email": "[email protected]",
"url": "http://lantosistvan.com/",
"private": true,
"main": "./bin/www",
"scripts": {
"start": "node --trace-deprecation --trace-sync-io --ignition ./app/index",
"koa": "node --trace-deprecation --trace-sync-io --ignition --harmony_async_await ./app/koa/index",
"gulp": "gulp \"default\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/DJviolin/lantosistvan.git"
},
"dependencies": {
"babel-preset-es2017-node7": "^0.4.1",
"babel-register": "^6.18.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-slashes": "^1.3.1",
"debug": "^2.3.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"glob": "^7.1.1",
"gulp": "github:gulpjs/gulp#4.0",
"helmet": "^3.1.0",
"hpp": "^0.2.1",
"i18n": "^0.8.3",
"jsonwebtoken": "^7.1.9",
"method-override": "^2.3.7",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"nodemailer": "^2.6.4",
"nunjucks": "^3.0.0",
"pg-promise": "^5.4.4",
"querybox": "^0.2.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"serve-static": "^1.11.1",
"socket.io": "^1.7.0",
"sql-template-strings": "^2.2.2",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "^2.0.13",
"gulp-download": "0.0.1",
"gulp-live-server": "0.0.30",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.0.0",
"mocha": "^3.2.0"
},
"optionalDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.11.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"htmlhint": "^0.9.13",
"postcss": "^5.2.6",
"stylelint": "^7.6.0",
"stylus": "^0.54.5",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}