mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"name": "test_panel",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "npx tailwindcss -i ./input.css -o ./output.css --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.1.2",
|
|
"tailwindcss": "^4.1.2"
|
|
}
|
|
}
|