File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "lockfileVersion" : 1 ,
3+ "configVersion" : 0 ,
34 "workspaces" : {
45 "" : {
56 "name" : " docs.plus" ,
7576 },
7677 "devDependencies" : {
7778 "@eslint/js" : " ^9.38.0" ,
79+ "@tiptap/core" : " ^3.6.2" ,
80+ "@tiptap/pm" : " ^3.6.2" ,
7881 "@typescript-eslint/eslint-plugin" : " ^8.46.1" ,
7982 "@typescript-eslint/parser" : " ^8.46.1" ,
8083 "eslint" : " ^9.38.0" ,
9699 },
97100 "devDependencies" : {
98101 "@eslint/js" : " ^9.38.0" ,
102+ "@tiptap/core" : " ^3.6.2" ,
103+ "@tiptap/pm" : " ^3.6.2" ,
99104 "@types/minimatch" : " ^6.0.0" ,
100105 "@typescript-eslint/eslint-plugin" : " ^8.46.1" ,
101106 "@typescript-eslint/parser" : " ^8.46.1" ,
113118 "name" : " @docs.plus/extension-indent" ,
114119 "version" : " 0.1.1" ,
115120 "devDependencies" : {
121+ "@tiptap/core" : " ^3.6.2" ,
122+ "@tiptap/pm" : " ^3.6.2" ,
116123 "eslint" : " ^9.38.0" ,
117124 "tsup" : " ^8.5.0" ,
118125 "typescript" : " ^5.9.3" ,
126133 "name" : " @docs.plus/extension-inline-code" ,
127134 "version" : " 0.1.1" ,
128135 "devDependencies" : {
136+ "@tiptap/core" : " ^3.6.2" ,
137+ "@tiptap/pm" : " ^3.6.2" ,
129138 "@types/minimatch" : " ^6.0.0" ,
130139 "eslint" : " ^9.38.0" ,
131140 "tsup" : " ^8.5.0" ,
Original file line number Diff line number Diff line change @@ -326,6 +326,15 @@ volumes:
326326 redis_data_dev :
327327 driver : local
328328 name : docsy-redis-dev
329+ webapp_next_cache :
330+ driver : local
331+ name : docsy-webapp-next-cache-dev
332+ webapp_node_modules :
333+ driver : local
334+ name : docsy-webapp-node-modules-dev
335+ webapp_extension_modules :
336+ driver : local
337+ name : docsy-webapp-extension-modules-dev
329338
330339# =============================================================================
331340# Networks (Development - Separate from production)
You can’t perform that action at this time.
0 commit comments