File: /var/www/soreal.space/wp-content/themes/soreal/package.json
{
"name": "soreal",
"version": "1.0.0",
"description": "[](https://travis-ci.org/Automattic/_s)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx postcss style.css -o output.css",
"buildCss": "npx tailwindcss -i ./style.css -o ./output.css --watch",
"watch": "npx postcss style.css -o output.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
}
}