mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
14 lines
430 B
JSON
14 lines
430 B
JSON
{
|
|
"name": "url-manager",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "tailwindcss -i ./new_theme/static/css/src/styles.css -o ./new_theme/static/css/dist/styles.css --watch",
|
|
"build": "tailwindcss -i ./new_theme/static/css/src/styles.css -o ./new_theme/static/css/dist/styles.css --minify"
|
|
},
|
|
"dependencies": {
|
|
"tailwindcss": "^3.3.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"cross-spawn": ">=7.0.5"
|
|
}
|
|
}
|