feat: ⚡
Showing
.babelrc.js
0 → 100644
| ... | @@ -8,18 +8,21 @@ | ... | @@ -8,18 +8,21 @@ |
| "start": "next start" | "start": "next start" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "antd": "^4.3.3", | "@zeit/next-css": "^1.0.1", | ||
| "axios": "^0.19.2", | |||
| "@zeit/next-less": "^1.0.1", | "@zeit/next-less": "^1.0.1", | ||
| "antd": "^4.16.9", | |||
| "axios": "^0.19.2", | |||
| "babel-plugin-import": "^1.13.3", | |||
| "less": "^4.1.1", | "less": "^4.1.1", | ||
| "less-loader": "5.0.0", | |||
| "lottie-web": "^5.7.1", | |||
| "next": "10.2.3", | "next": "10.2.3", | ||
| "react": "17.0.2", | "react": "17.0.2", | ||
| "react-dom": "17.0.2", | |||
| "react-cookie": "^3.1.2", | "react-cookie": "^3.1.2", | ||
| "react-cookies": "^0.1.0", | "react-cookies": "^0.1.0", | ||
| "react-dom": "17.0.2", | |||
| "react-lazyload": "^2.5.0", | "react-lazyload": "^2.5.0", | ||
| "react-redux": "^7.0.3", | "react-redux": "^7.0.3", | ||
| "lottie-web": "^5.7.1", | |||
| "redux": "^4.0.1" | "redux": "^4.0.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
Please
register
or
sign in
to comment