File tree Expand file tree Collapse file tree 2 files changed +6
-3308
lines changed Expand file tree Collapse file tree 2 files changed +6
-3308
lines changed Original file line number Diff line number Diff line change 21
21
" html5-framework" ,
22
22
" javascript-framework"
23
23
],
24
- "publishConfig" : {
25
- "access" : " public"
26
- },
24
+ "publishConfig" : { "access" : " public" },
27
25
"scripts" : {
28
26
"start" : " npx webpack --config webpack.config.js" ,
29
27
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
37
35
},
38
36
"author" : " CoCreate LLC" ,
39
37
"license" : " MIT" ,
40
- "bugs" : {
41
- "url" : " https://github.com/CoCreate-app/CoCreate-clone/issues"
42
- },
38
+ "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-clone/issues" },
43
39
"homepage" : " https://cocreate.app/docs/clone" ,
44
40
"funding" : {
45
41
"type" : " GitHub Sponsors ❤" ,
61
57
"webpack-log" : " ^3.0.1"
62
58
},
63
59
"dependencies" : {
64
- "@cocreate/docs" : " ^1.0.3 " ,
65
- "@cocreate/observer" : " ^1.0.2 " ,
66
- "@cocreate/utils" : " ^1.0.10 " ,
67
- "@cocreate/uuid" : " ^1.0.6 " ,
60
+ "@cocreate/docs" : " latest " ,
61
+ "@cocreate/observer" : " latest " ,
62
+ "@cocreate/utils" : " latest " ,
63
+ "@cocreate/uuid" : " latest " ,
68
64
"mini-css-extract-plugin" : " ^1.5.0"
69
65
}
70
66
}
You can’t perform that action at this time.
0 commit comments