mirror of
https://github.com/5vl/Holidays.git
synced 2025-05-23 23:27:04 +00:00
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "holidays",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "5vl",
|
|
"scripts": {
|
|
"build:css": "postcss public/styles/tailwind.css -o public/styles/style.css"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.14",
|
|
"axios": "^1.4.0",
|
|
"express": "^4.18.2",
|
|
"postcss": "^8.4.27",
|
|
"postcss-cli": "^10.1.0",
|
|
"socket.io": "^4.7.2",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|