aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-04-11 08:40:28 -0700
committerjackyzha0 <[email protected]>2021-04-11 08:40:28 -0700
commit8408159d265c07510ae31744f040351f70a704ae (patch)
tree59ea8d85e83a21995859b56e662b3fcbbc486d10 /frontend/package.json
parentcss fix (diff)
downloadctrl-v-8408159d265c07510ae31744f040351f70a704ae.tar.xz
ctrl-v-8408159d265c07510ae31744f040351f70a704ae.zip
base next bump
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json20
1 files changed, 4 insertions, 16 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 4fc1fe7..e50ce30 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -3,37 +3,25 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "@testing-library/jest-dom": "^4.2.4",
- "@testing-library/react": "^9.3.2",
- "@testing-library/user-event": "^7.1.2",
"axios": "^0.21.1",
- "d3-scale": "^3.2.1",
- "elliptic": "^6.5.3",
- "file-saver": "^2.0.2",
- "rc-slider": "^9.2.4",
+ "next": "^10.1.3",
"react": "^16.13.1",
- "react-component-export-image": "^0.1.4",
"react-dom": "^16.13.1",
"react-dropdown": "^1.7.0",
"react-katex": "^2.0.2",
"react-markdown": "^4.3.1",
- "react-meta-tags": "^0.7.4",
"react-modal": "^3.11.2",
- "react-render-html": "^0.6.0",
"react-router-dom": "^5.2.0",
- "react-scripts": "3.4.1",
"react-simple-code-editor": "^0.11.0",
"react-syntax-highlighter": "^12.2.1",
"react-syntax-highlighter-virtualized-renderer": "^1.1.0",
- "serialize-javascript": "^4.0.0",
"styled-components": "^5.1.0",
"use-clipboard-copy": "^0.1.2"
},
"scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
+ "dev": "next dev",
+ "start": "next start",
+ "build": "next build"
},
"eslintConfig": {
"extends": "react-app"