-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 931 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 931 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
{
"name": "tutorhub",
"version": "1.0.0",
"description": "Run that from the root directory\r `git add . --all`",
"main": "tailwind.config.js",
"scripts": {
"build": "npx tailwindcss -i ./tailwindcss/input.css -o ./public/css/style.css",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tailwindcss -i ./src/input.css -o ./public/output.css --watch",
"start": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutorhub-dev/tutorhub.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tutorhub-dev/tutorhub/issues"
},
"homepage": "https://github.com/tutorhub-dev/tutorhub#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"mongodb": "^6.5.0",
"mongoose": "^8.2.1"
},
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}