WIP: Simple test panel for mobile phones.

This commit is contained in:
Jesse Malotaux 2025-04-05 23:25:37 +02:00
parent a79da7c6f9
commit 55dc67a0ac
9 changed files with 1185 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"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"
}
}