This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ytcr",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node md.js && node index.js",
"debug": "npx tailwindcss -i tailwind/main.css -o assets/styles/tailwind.css --minify && node md.js && cls && node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"tailwind": "npx tailwindcss -i tailwind/main.css -o assets/styles/tailwind.css --watch --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gezelio/YTCR.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gezelio/YTCR/issues"
},
"homepage": "https://github.com/gezelio/YTCR#readme",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"bcrypt": "^5.1.0",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"daisyui": "^3.0.20",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"googleapis": "^118.0.0",
"marked": "^5.1.0",
"mongoose": "^7.0.4",
"passport": "^0.6.0",
"serve-favicon": "^2.5.0",
"sitemap": "^7.1.1",
"tailwindcss-animated": "^1.0.1",
"uuid": "^9.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9"
}
}