mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
32 lines
857 B
JSON
32 lines
857 B
JSON
{
|
|
"name": "mirror-web",
|
|
"private": true,
|
|
"homepage": "https://github.com/tuna/mirror-web",
|
|
"scripts": {
|
|
"format": "prettier --write \"_src/**/*.vue\" \"_src/**/*.html\" \"_src/**/*.js\" \"_src/**/*.scss\""
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-legacy": "^5.3.2",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"bootstrap": "^5.3.3",
|
|
"highlight.js": "^11.9.0",
|
|
"lato-webfont": "^2.15.1",
|
|
"liquidjs": "^10.10.2",
|
|
"markup-js": "^1.5.21",
|
|
"mustache": "^4.2.0",
|
|
"sass": "^1.74.1",
|
|
"sass-cast": "^0.5.6",
|
|
"source-code-pro": "^2.38.0",
|
|
"terser": "^5.30.3",
|
|
"timeago.js": "^4.0.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-ruby": "^5.0.0",
|
|
"webfontloader": "^1.6.28"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.2.5",
|
|
"rollup-plugin-visualizer": "^5.12.0"
|
|
}
|
|
}
|