-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 838 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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
{
"name": "expenai",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Onkar",
"license": "ISC",
"description": "",
"dependencies": {
"@google-cloud/storage": "^7.16.0",
"bcrypt": "^5.1.1",
"chart.js": "^3.9.1",
"chartjs-node-canvas": "^4.1.6",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"create-react-app": "^5.1.0",
"d3": "^7.9.0",
"d3-node": "^4.0.1",
"d3node-linechart": "^0.1.2",
"d3node-output": "^1.0.3",
"ejs": "^3.1.10",
"express": "^4.21.2",
"jsdom": "^25.0.1",
"jsonwebtoken": "^9.0.2",
"mindee": "^4.14.0",
"mongodb": "^6.8.0",
"mongoose": "^8.13.2",
"multer": "^1.4.5-lts.2",
"node-cache": "^5.1.2",
"validator": "^13.12.0"
}
}