feat: 🎨
Showing
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -3,7 +3,7 @@ |
| "version": "0.1.0", | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "build": "next build", | ||
| "build": "next build && next export -o dist && npm run nd", | ||
| "export": "npm run build && next export", | ||
| "start": "next start", | ||
| "build:dev": "cross-env DEPLOY_ENV=dev npm run build", | ||
| ... | ... | @@ -14,6 +14,8 @@ |
| "precommit": "pretty-quick --staged" | ||
| }, | ||
| "dependencies": { | ||
| "@babel/core": "^7.14.8", | ||
| "@babel/preset-react": "^7.14.5", | ||
| "@zeit/next-css": "^1.0.1", | ||
| "@zeit/next-less": "^1.0.1", | ||
| "antd": "^4.16.9", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment