blob: 2cf2bb85bc8cbb6271c374d2f0312259588dc167 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "feedaka",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tailwindcss -i ./css/style.css -o ./static/style.css",
"watch": "tailwindcss -i ./css/style.css -o ./static/style.css --watch"
},
"author": "nsfisis",
"license": "MIT",
"devDependencies": {
"@tailwindcss/cli": "^4.1.10",
"tailwindcss": "^4.1.10"
}
}
|