Commit 1163c8a7 by liguokang

feat:

parent 667f8c2e
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"export": "npm run build && next export", "export": "npm run build && next export",
"start": "next start" "start": "next start",
"precommit": "pretty-quick --staged"
}, },
"dependencies": { "dependencies": {
"@zeit/next-css": "^1.0.1", "@zeit/next-css": "^1.0.1",
...@@ -28,8 +29,9 @@ ...@@ -28,8 +29,9 @@
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.9", "@types/react": "^17.0.9",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"husky": "^4.3.0", "husky": "^7.0.1",
"prettier": "2.3.2", "prettier": "2.3.2",
"pretty-quick": "^3.1.1",
"typescript": "^4.3.2", "typescript": "^4.3.2",
"webpack": "^4.37.0", "webpack": "^4.37.0",
"webpack-bundle-analyzer": "^3.3.2" "webpack-bundle-analyzer": "^3.3.2"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: liguokang * @Author: liguokang
* @Date: 2021-07-14 20:36:28 * @Date: 2021-07-14 20:36:28
* @LastEditors: liguokang * @LastEditors: liguokang
* @LastEditTime: 2021-07-28 14:27:03 * @LastEditTime: 2021-07-28 14:28:21
* @Description: * @Description:
* @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有 * @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
*/ */
......
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