-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 KB
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
{
"name": "modos_app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"dev": "nodemon ./bin/www"
},
"keywords": [],
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"@grammarly/editor-sdk": "^2.3.9",
"@vitalets/google-translate-api": "^9.1.0",
"apos-to-lex-form": "^1.0.5",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"flat-embed": "^1.5.1",
"google-translate-api": "^0.1.1",
"i18n-express": "^1.1.3",
"i18next": "^23.4.6",
"i18next-express-middleware": "^2.0.0",
"i18next-http-backend": "^2.2.2",
"i18next-node-fs-backend": "^2.1.3",
"jquery-csv": "^1.0.21",
"kioskboard": "^2.3.0",
"lorca-nlp": "^1.0.12",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"music-metadata": "^8.1.4",
"natural": "^6.2.0",
"nedb": "^1.8.0",
"nodemon": "^2.0.20",
"rollbar": "^2.26.1",
"serve-favicon": "^2.5.0",
"simple-keyboard": "^3.7.22",
"simple-spellchecker": "^1.0.2",
"stopword": "^2.0.7",
"TagCloud": "^2.3.2",
"translation-google": "^0.2.1",
"winston": "^3.8.2"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5"
}
}