File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-bytedance_job" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 2.0 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "lint" : " vue-cli-service lint" ,
99 "server:dev-debug" : " cross-env NODE_ENV=development nodemon --inspect server/app.js -w server --delay 1" ,
1010 "server" : " cross-env NODE_ENV=production node ./server/app.js"
1111 },
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " git+https://github.com/konglingwen94/vue-bytedanceJob.git"
15+ },
16+ "bugs" : {
17+ "url" : " https://github.com/konglingwen94/vue-bytedanceJob/issues"
18+ },
19+ "gitHooks" : {
20+ "post-push" : " sh deploy.sh"
21+ },
1222 "dependencies" : {
1323 "axios" : " ^0.19.2" ,
1424 "connect-history-api-fallback" : " ^1.6.0" ,
4050 "prettier" : " ^1.19.1" ,
4151 "style-resources-loader" : " ^1.3.3" ,
4252 "vue-cli-plugin-style-resources-loader" : " ^0.1.4" ,
43- "vue-template-compiler" : " ^2.6.11"
53+ "vue-template-compiler" : " ^2.6.11" ,
54+ "yorkie" : " ^2.0.0"
4455 }
4556}
You can’t perform that action at this time.
0 commit comments