-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 833 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "tella",
"version": "0.0.1",
"description": "Simple, Light, Responsive",
"main": "index.js",
"repository": "https://github.com/opera7133/tella",
"author": "wamo <ainznino@pm.me>",
"license": "MIT",
"scripts": {
"start": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./themes/tella/assets/css/main.css -o ./themes/tella/assets/css/style.css --watch",
"watch:hugo": "hugo server",
"build": "tailwindcss -i ./themes/tella/assets/css/main.css -o ./themes/tella/assets/css/style.css && hugo --minify"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"concurrently": "^9.0.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.0.1"
}
}