-
-
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) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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": "gitaapp",
"version": "0.0.0",
"description": "Bagavathgita",
"private": true,
"scripts": {
"start": "node app.js",
"build:css": "tailwindcss -i ./public/stylesheets/style.css -o ./public/stylesheets/output.css",
"build": "npm run build:css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.11.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "^4.21.2",
"http-errors": "~1.6.3",
"morgan": "^1.10.1"
},
"author": "Sreenivas.T",
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.3.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
}
}