Commit 59f198f0 by liguokang

feat:

parent 244e54dd
......@@ -4,6 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "npm run build && next export",
"start": "next start"
},
"dependencies": {
......@@ -14,9 +15,13 @@
"next": "10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"lottie-web": "^5.7.1"
"lottie-web": "^5.7.1",
"react-lazyload": "^2.5.0",
"react-redux": "^7.0.3",
"redux": "^4.0.1"
},
"devDependencies": {
"cross-env": "^5.2.0",
"@types/react": "^17.0.9",
"typescript": "^4.3.2",
"webpack": "^4.37.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment