-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 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
{
"name": "datavisualization-dashboard",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "concurrently \"nodemon ./bin/www\" \"npx tailwindcss -i ./public/stylesheets/style.css -o ./src/output.css --watch\""
},
"dependencies": {
"bcrypt": "^5.1.1",
"concurrently": "^9.1.0",
"cookie-parser": "~1.4.4",
"datavisualization-dashboard": "file:",
"debug": "~2.6.9",
"dotenv": "^16.4.7",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-fileupload": "^1.5.1",
"express-session": "^1.18.1",
"googleapis": "^144.0.0",
"http-errors": "~1.6.3",
"mongoose": "^8.8.4",
"morgan": "~1.9.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"tailwindcss": "^3.4.16"
}
}