-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
{
"name": "centra-reto",
"version": "1.8.4",
"description": "Centra sistemo de TEJO por interna kunlaboro",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/tejoesperanto/centra-reto"
},
"author": "Mia Nordentoft, TEJO",
"license": "MIT",
"dependencies": {
"bcrypt": "^3.0.2",
"better-sqlite3": "^5.0.1",
"canvas": "^2.2.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"csurf": "^1.9.0",
"csv-parse": "^4.4.6",
"csv-stringify": "^5.0.0",
"express": "^4.16.4",
"express-rate-limit": "^3.3.2",
"fs-extra": "^7.0.1",
"handlebars": "^4.3.1",
"handlebars-helpers": "^0.10.0",
"helmet": "^3.21.2",
"merge-options": "^1.0.1",
"moment-timezone": "^0.5.23",
"multer": "^1.4.1",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pn": "^1.1.0",
"source-map-support": "^0.5.9",
"tty-table": "^2.7.1",
"vocho-lib": "git+https://github.com/tejoesperanto/vocho-lib.git",
"winston": "^3.1.0",
"yargs-parser": "^11.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-header": "^2.0.5",
"gulp-plumber": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.1"
}
}