ShiftSync/package.json
Matt DiMeglio 3dba630c23
push version (#8)
* push version

* Update Home.jsx

* Update Home.jsx

* Changes

* Update vite.config.js

* Update vite.config.js

* New Tag Update

* Update vite.config.js

* Change dev/prod ones

* Update vite.config.js

* Dockerfile update

* Update Dockerfile

* Update Dockerfile

* Update vite.config.js

* Update vite.config.js

* Update vite.config.js

* Update vite.config.js

* Update vite.config.js

---------

Co-authored-by: John Parkhurst <jparkhurst120@gmail.com>
2025-06-11 19:01:08 -04:00

20 lines
468 B
JSON

{
"name": "shiftsync-website",
"private": true,
"version": "0.0.0",
"main": "index.js",
"scripts": {
"api": "npm run dev --prefix api",
"web": "npm run local --prefix web",
"dev": "concurrently \"npm run api\" \"npm run web\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0"
},
"devDependencies": {
"concurrently": "^9.1.2",
"nodemon": "^3.1.10"
}
}