-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 891 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 891 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
{
"name": "ejs-tailwind",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "pnpm exec tailwindcss -i public/styles/tailwind.css -o public/styles/styles.css --watch",
"dev": "concurrently \"pnpm exec tailwindcss -i public/styles/tailwind.css -o public/styles/styles.css --watch\" \"nodemon app.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"appwrite": "^17.0.0",
"body-parser": "^1.20.3",
"concurrently": "^9.1.2",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"mongodb": "^6.13.0",
"mongoose": "^8.9.7",
"nodemon": "^3.1.9",
"vercel": "^41.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}