Add initial commit
Copied from https://github.com/vsquad-gitea/pool-elo
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "yugioh-inv",
|
||||
"version": "1.0.0",
|
||||
"description": "yugioh-inv",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css",
|
||||
"watch": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css --watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user