update package file

This commit is contained in:
Triston Armstrong 2023-12-23 20:44:11 -06:00
parent b11f9315f6
commit 07f403d212

View File

@ -1,12 +1,11 @@
{
"name": "my-app",
"name": "XeNote",
"version": "0.1.0",
"private": true,
"private": false,
"scripts": {
"dev": "rm -rf graph-data.json && next dev ",
"build": "rm -rf graph-data.json && next build",
"start": "next start",
"deploy": "yarn build && git add . && git commit -m '...' && git push"
},
"dependencies": {
"@emotion/cache": "latest",