File tree 4 files changed +6039
-460
lines changed
4 files changed +6039
-460
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "npmClient" : " npm " ,
2
+ "npmClient" : " yarn " ,
3
3
"npmClientArgs" : [" --no-package-lock" , " --no-ci" ],
4
4
"version" : " independent" ,
5
+ "useWorkspaces" : true ,
5
6
"packages" : [
6
7
" packages/core" ,
7
- " packages/extension" ,
8
- " packages/site" ,
9
- " examples"
8
+ " packages/extension"
10
9
],
11
10
"command" : {
12
11
"version" : {
Original file line number Diff line number Diff line change 4
4
"description" : " 一款流程可视化的前端框架" ,
5
5
"license" : " Apache 2.0" ,
6
6
"author" : " LogicFlow-Team" ,
7
+ "workspaces" : [" packages/*" , " examples" ],
7
8
"scripts" : {
8
- "bootstrap" : " npm install && lerna bootstrap --no-ci " ,
9
+ "bootstrap" : " yarn " ,
9
10
"clean" : " lerna clean" ,
10
11
"build" : " lerna run build" ,
11
12
"build:types" : " lerna run types" ,
18
19
},
19
20
"husky" : {
20
21
"hooks" : {
21
- "pre-commit" : " tsc -d --noEmit && npm run lint" ,
22
22
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
23
23
}
24
24
},
Original file line number Diff line number Diff line change 32
32
"@commitlint/config-conventional" : " ^8.3.4" ,
33
33
"@types/mousetrap" : " ^1.6.4" ,
34
34
"@typescript-eslint/eslint-plugin" : " ^3.6.1" ,
35
+ "@types/lodash-es" : " ^4.17.3" ,
35
36
"@typescript-eslint/parser" : " ^3.2.0" ,
36
37
"autoprefixer" : " ^9.7.6" ,
37
38
"babel-core" : " ^7.0.0-bridge.0" ,
77
78
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
78
79
}
79
80
},
80
- "standard-version" : {
81
- "skip" : {
82
- "tag" : true ,
83
- "commit" : true
84
- }
85
- },
86
81
"dependencies" : {
87
- "@types/lodash-es" : " ^4.17.3" ,
88
82
"ids" : " ^1.0.0" ,
89
83
"lodash-es" : " ^4.17.15" ,
90
84
"mobx" : " ^5.15.7" ,
You can’t perform that action at this time.
0 commit comments