zack commited on
Commit
37930d4
·
1 Parent(s): 4408c31

fix: resolve npm package version conflicts

Browse files
Files changed (1) hide show
  1. frontend/package.json +3 -1
frontend/package.json CHANGED
@@ -24,7 +24,9 @@
24
  "web-vitals": "^2.1.4"
25
  },
26
  "scripts": {
27
- "start": "react-scripts start",
 
 
28
  "build": "react-scripts build",
29
  "test": "react-scripts test",
30
  "eject": "react-scripts eject"
 
24
  "web-vitals": "^2.1.4"
25
  },
26
  "scripts": {
27
+ "dev": "next dev",
28
+ "build": "next build",
29
+ "start": "next start",
30
  "build": "react-scripts build",
31
  "test": "react-scripts test",
32
  "eject": "react-scripts eject"