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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user