All checks were successful
continuous-integration/drone/push Build is passing
20 lines
563 B
JSON
20 lines
563 B
JSON
{
|
|
"name": "akkounts",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.4.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"postcss": "^8.4.6",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-nested": "^5.0.6",
|
|
"postcss-preset-env": "^7.3.1",
|
|
"tailwindcss": "^3.0.22"
|
|
},
|
|
"version": "0.4.0",
|
|
"scripts": {
|
|
"build:css:tailwind": "tailwindcss --postcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css",
|
|
"build:css": "yarn run build:css:tailwind"
|
|
}
|
|
}
|