10 lines
524 B
JSON
10 lines
524 B
JSON
{
|
|
"name": "payne.io",
|
|
"version": "1.0.0",
|
|
"description": "payne.io website.",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development npx ./themes/blowfish/node_modules/@tailwindcss/cli -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
|
|
"build": "NODE_ENV=production npx ./themes/blowfish/node_modules/@tailwindcss/cli -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit"
|
|
}
|
|
}
|