1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

refactor: improved project structure and bumped up deps

This commit is contained in:
2025-09-13 23:42:26 +05:30
parent ff8dbd6f36
commit e3cdd0c451
442 changed files with 241 additions and 43025 deletions

View File

@@ -2,15 +2,14 @@
"name": "neosubhamoy-portfolio",
"version": "2.0.1",
"description": "Official Portfolio Website of Subhamoy Biswas (@neo_subhamoy)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tailwindcss -i ./src/input.css -o ./htdocs/assets/style.css --watch"
"dev": "npx tailwindcss -i ./src/input.css -o ./src/assets/style.css --watch",
"build": "npx tailwindcss -o ./src/assets/style.css --minify"
},
"keywords": [],
"author": "neo_subhamoy",
"author": "neosubhamoy <hey@neosubhamoy.com>",
"license": "MIT",
"devDependencies": {
"tailwindcss": "^3.4.9"
"tailwindcss": "^3.4.17"
}
}