Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SKG24 committed Jul 27, 2024
1 parent 50b1c95 commit 45f2c11
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
{
"homepage": "https://SKG24.github.io/hasthqala",
"name": "art-studio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"scripts":{
"scripts":{
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
"deploy": "gh-pages -d build"
}
"homepage": "https://SKG24.github.io/hasthqala",
"dependencies": {
"framer-motion": "^11.3.18",
"gsap": "^3.12.5",
Expand Down

0 comments on commit 45f2c11

Please sign in to comment.