mirror of
https://github.com/ArthurDanjou/Hermes.git
synced 2026-01-29 19:30:37 +01:00
Initial commit 🚀
This commit is contained in:
53
package.json
Normal file
53
package.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --port 3333 --open",
|
||||
"build": "cross-env NODE_ENV=production vite-ssg build",
|
||||
"preview": "vite preview",
|
||||
"preview-https": "serve dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tiptap/starter-kit": "^2.0.0-beta.101",
|
||||
"@tiptap/vue-3": "^2.0.0-beta.56",
|
||||
"@vueuse/core": "^6.0.0",
|
||||
"@vueuse/head": "^0.6.0",
|
||||
"axios": "^0.21.4",
|
||||
"nprogress": "^0.2.0",
|
||||
"prism-theme-vars": "^0.2.2",
|
||||
"sass": "^1.39.0",
|
||||
"vue": "^3.2.2",
|
||||
"vue-demi": "^0.11.3",
|
||||
"vue-global-api": "^0.4.1",
|
||||
"vue-i18n": "^9.1.7",
|
||||
"vue-router": "^4.0.11",
|
||||
"vuex": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.7.0",
|
||||
"@iconify/json": "^1.1.398",
|
||||
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
|
||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@vitejs/plugin-vue": "^1.6.1",
|
||||
"@vue/compiler-sfc": "^3.2.9",
|
||||
"@vue/server-renderer": "^3.2.9",
|
||||
"critters": "^0.0.10",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^7.32.0",
|
||||
"https-localhost": "^4.6.5",
|
||||
"markdown-it-link-attributes": "^3.0.0",
|
||||
"markdown-it-prism": "^2.2.0",
|
||||
"typescript": "^4.4.2",
|
||||
"unplugin-auto-import": "^0.4.5",
|
||||
"unplugin-icons": "^0.7.6",
|
||||
"unplugin-vue-components": "^0.14.13",
|
||||
"vite": "^2.5.4",
|
||||
"vite-plugin-md": "^0.11.0",
|
||||
"vite-plugin-pages": "^0.18.0",
|
||||
"vite-plugin-pwa": "^0.11.2",
|
||||
"vite-plugin-vue-layouts": "^0.4.1",
|
||||
"vite-plugin-windicss": "^1.4.2",
|
||||
"vite-ssg": "^0.15.1",
|
||||
"vue-tsc": "^0.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user