-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (43 loc) · 1.14 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
{
"name": "Adikt-Exports",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevshanL/Adikt-Exports.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevshanL/Adikt-Exports/issues"
},
"homepage": "https://github.com/DevshanL/Adikt-Exports#readme",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"concurrently": "^7.1.0",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.28.0",
"express": "^4.17.3",
"install": "^0.13.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"moment": "^2.29.3",
"mongoose": "^6.3.0",
"nodemon": "^2.0.15",
"react-html-table-to-excel": "^2.0.0",
"react-router-dom": "^5.3.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.4.10"
"uuid": "^8.3.2"
}
}