update package file
This commit is contained in:
parent
b11f9315f6
commit
07f403d212
@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "my-app",
|
"name": "XeNote",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "rm -rf graph-data.json && next dev ",
|
"dev": "rm -rf graph-data.json && next dev ",
|
||||||
"build": "rm -rf graph-data.json && next build",
|
"build": "rm -rf graph-data.json && next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"deploy": "yarn build && git add . && git commit -m '...' && git push"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/cache": "latest",
|
"@emotion/cache": "latest",
|
||||||
|
Loading…
Reference in New Issue
Block a user