You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
445 B
17 lines
445 B
{
|
|
"dependencies": {
|
|
"cssnano": "^4.1.10",
|
|
"postcss-cli": "^8.0.0",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-nested": "4.2.3",
|
|
"tailwindcss": "^1.7.5"
|
|
},
|
|
"scripts": {
|
|
"build": "postcss app/css/main.css --output app/static/style.css"
|
|
},
|
|
"name": "donethat-backend",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"author": "Wojciech Kwolek <me@irth.pl>",
|
|
"license": "MIT"
|
|
}
|