-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 1.15 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
{
"name": "goodmorningtech",
"version": "1.0.0",
"description": "Get a daily dose of tech news in your mailbox! Good Morning Tech is a daily newsletter that delivers the most important tech news of the day. It's a great way to stay up to date with the latest tech news without having to spend hours on the internet.\r It's 100% automated and it's free! You can even set your time zone so that you get the news at the right time.",
"main": "index.js",
"scripts": {
"tailwind": "npx tailwindcss -i ./gmt/static/config.css -o ./gmt/static/tailwind.css --watch",
"tailwind:build": "npx tailwindcss -i ./gmt/static/config.css -o ./gmt/static/tailwind.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoodMorninTech/GoodMorningTech.git"
},
"keywords": [],
"author": "GoodMorningTech",
"license": "MIT",
"bugs": {
"url": "https://github.com/GoodMorninTech/GoodMorningTech/issues"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"prettier": "^3.0.0",
"tailwindcss": "^3.4.3"
},
"homepage": "https://goodmorningtech.news/",
"dependencies": {
"flowbite": "^1.6.4"
}
}