blob: 32a2cb5d1227b3d343cc66d0be05615fba2f245e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "stalwart-admin",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tailwindcss -i ./style/input.css -o ./style/output/output.css",
"watch": "npx tailwindcss -i ./style/input.css -o ./style/output/output.css --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"preline": "^1.9.0",
"tailwindcss": "^3.3.5"
}
}
|