This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "mrgreen-website",
"version": "0.2.0",
"private": false,
"scripts": {
"start": "cross-env NODE_ENV=development node app.js | bunyan",
"startDev": "cross-env NODE_ENV=development node app.js | bunyan",
"startProd": "cross-env NODE_ENV=production node app.js | bunyan"
},
"author": {
"name": "Limetric",
"email": "[email protected]",
"url": "https://limetric.com"
},
"repository": {
"type": "git",
"url": "https://github.com/MrGreenGaming/website.git"
},
"dependencies": {
"@mollie/api-client": "^2.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "~1.18.3",
"bunyan": "^1.8.12",
"express": "~4.16.3",
"express-mysql-session": "^2.0.1",
"express-session": "^1.15.6",
"feedparser": "^2.2.9",
"jsonfile": "^4.0.0",
"lodash": "^4.17.10",
"marko": "^4.12.4",
"moment": "^2.22.2",
"mysql": "^2.16.0",
"normalize.css": "^8.0.0",
"request-promise-native": "^1.0.5",
"rss-parser": "^3.4.3"
},
"devDependencies": {
"autoprefixer": "^9.1.1",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"cross-env": "^5.2.0",
"cssnano": "^4.0.5",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^1.0.4",
"gulplog": "^1.0.0",
"postcss-flexbugs-fixes": "^4.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}