mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
13 lines
400 B
JSON
13 lines
400 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"
|
|
}
|
|
}
|