richer-than-rich
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "richer-than-rich", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Another modern rich text editor $$. A promising one. 🚧 WIP", | ||
@@ -36,2 +36,16 @@ "author": "Antoni Andre <antoniandre.web@gmail.com>", | ||
], | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^5.1.3", | ||
"autoprefixer": "^10.4.20", | ||
"path": "^0.12.7", | ||
"postcss": "^8.4.42", | ||
"pug": "^3.0.3", | ||
"sass": "^1.77.8", | ||
"simple-syntax-highlighter": "^3.0.8", | ||
"vite": "^5.4.2", | ||
"vue": "^3.4.38" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.6.14 || ^3.2.0" | ||
}, | ||
"scripts": { | ||
@@ -42,17 +56,3 @@ "dev": "vite", | ||
"serve": "vite preview --base /richer-than-rich/" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^3.1.2", | ||
"autoprefixer": "^10.4.12", | ||
"path": "^0.12.7", | ||
"postcss": "^8.4.18", | ||
"pug": "^3.0.2", | ||
"sass": "^1.55.0", | ||
"simple-syntax-highlighter": "^2.2.3", | ||
"vite": "^3.1.8", | ||
"vue": "^3.2.41" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.6.14 || ^3.2.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
122004