mirror of
https://github.com/Luzifer/share.git
synced 2024-12-20 18:41:17 +00:00
24 lines
594 B
JSON
24 lines
594 B
JSON
|
{
|
||
|
"devDependencies": {
|
||
|
"@babel/eslint-parser": "^7.23.10",
|
||
|
"@typescript-eslint/eslint-plugin": "^7.3.0",
|
||
|
"@typescript-eslint/parser": "^7.3.0",
|
||
|
"esbuild": "^0.20.2",
|
||
|
"esbuild-plugin-vue3": "^0.4.2",
|
||
|
"esbuild-sass-plugin": "^3.2.0",
|
||
|
"eslint": "^8.57.0",
|
||
|
"eslint-plugin-vue": "^9.23.0",
|
||
|
"typescript": "^5.4.2"
|
||
|
},
|
||
|
"name": "share",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
||
|
"bootstrap": "^5.3.3",
|
||
|
"highlight.js": "^11.9.0",
|
||
|
"showdown": "^2.1.0",
|
||
|
"vue": "^3.4.21",
|
||
|
"vue-i18n": "^9.10.2"
|
||
|
}
|
||
|
}
|