-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.9 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
{
"name": "softeng22-55",
"version": "1.0.0",
"description": "Group: softeng2022-55\r Members: \r Giadikiaroglou Panagiotis (el19185),\r Emmanouilidis Emmanouil (el19435),\r Ionitsa Alexandros (el19193),\r Panagiotopoulos Nikitas (el19014),\r Velalopoulos Mixail - Aggelos (el19908)",
"main": "./api-backend/server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive",
"start": "nodemon --ignore /api-backend/statistics/ server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ntua/SoftEng22-55.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ntua/SoftEng22-55/issues"
},
"homepage": "https://github.com/ntua/SoftEng22-55#readme",
"dependencies": {
"@next/font": "13.0.7",
"@types/node": "18.11.16",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"axios": "^1.3.3",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"conf": "^10.2.0",
"connection-string": "^4.3.6",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"csvtojson": "^2.0.10",
"eslint": "8.29.0",
"eslint-config-next": "13.0.7",
"execa": "^6.1.0",
"express": "^4.18.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"json-2-csv": "^3.18.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongodb": "^4.12.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.0.1",
"next": "13.0.7",
"nodemon": "^2.0.20",
"promise-mysql": "^5.2.0",
"prompt-sync": "^4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"request": "^2.81.0",
"supertest": "^6.3.3",
"typescript": "4.9.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"mocha": "^10.2.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
},
"bin": {
"se2255": "cli/index-cli.js"
}
}