mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
feat:rewrite using zola
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production npx tailwindcss -i styles/main.css -o static/styles/main.css",
|
||||
"watch": "npx tailwindcss -i styles/main.css -o static/styles/main.css --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/cli": "^4.1.7",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"tailwindcss": "^4.1.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user