hxari
Version:
 <!---->
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "hxari",
"author": "hxari",
"version": "4.2.4",
"license": "MIT",
"private": false,
"main": "dist/js/hxari.js",
"unpkg": "dist/js/hxari.js",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest"
},
"dependencies": {
"eruda": "^3.2.3",
"highlight.js": "^11.8.0",
"jsonpath": "^1.1.1",
"markdown-it": "^13.0.2",
"scrollreveal": "^4.0.9",
"shlex": "^2.1.2",
"swiper": "^11.1.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/test-utils": "^2.3.0",
"jsdom": "^21.1.0",
"vite": "^4.1.4",
"vitest": "^0.29.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hxAri/hxAri.git"
},
"keywords": [
"Github",
"hxAri",
"Self",
"Vue",
"Js"
],
"homepage": "https://hxari.github.io/",
"bugs": "https://github.com/hxAri/hxAri/issues"
}