2021-09-22 11:24:21 -04:00
|
|
|
{
|
|
|
|
"name": "sinsaludar.com",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2022-04-29 16:43:34 -04:00
|
|
|
"browserslist": "npx browserslist@latest --update-db -y",
|
|
|
|
"build": "npm run clean && npm run browserslist && npm run tailwind && npm run copy",
|
|
|
|
"clean": "rm -rf dist && mkdir dist",
|
|
|
|
"copy": "cp index.html dist/",
|
2021-09-22 11:24:21 -04:00
|
|
|
"start": "tailwindcss -i tailwind.css -o styles.css -m --watch",
|
2022-04-29 16:43:34 -04:00
|
|
|
"tailwind": "tailwindcss -i tailwind.css -o dist/styles.css --minify"
|
2021-09-22 11:24:21 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/eruizdechavez/sinsaludar.com.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/eruizdechavez/sinsaludar.com/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://sinsaludar.com",
|
|
|
|
"devDependencies": {
|
|
|
|
"tailwindcss": "^2.2.15"
|
|
|
|
}
|
|
|
|
}
|