Elite Dangerous test panel.

This commit is contained in:
Jesse Malotaux 2025-04-28 11:08:18 +02:00
parent 374b03f2d1
commit 8f2b7edf42
7 changed files with 2909 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"
}
}