-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 932 Bytes
/
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
{
"name": "hacker-news-alpine",
"version": "1.0.0",
"description": "En este repositorio tienes todo lo necesario para aprender a crear un clon de la famosa página web **Hacker News** utilizando las tecnologías **Alpine.js** y **Tailwind CSS**.",
"main": "main.js",
"scripts": {
"dev": "tailwindcss -i ./assets/input.css -o ./assets/output.css --watch",
"min-css": "tailwindcss -i ./assets/input.css -o ./assets/output.css --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baumannzone/hacker-news-alpine.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/baumannzone/hacker-news-alpine.js/issues"
},
"homepage": "https://github.com/baumannzone/hacker-news-alpine.js#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"tailwindcss": "^3.2.7"
}
}