@cpany/app
Version:
CPany web app
42 lines • 890 B
JSON
{
"name": "@cpany/app",
"version": "0.1.34",
"description": "CPany web app",
"keywords": [
"CPany",
"SPA"
],
"repository": {
"type": "git",
"url": "https://github.com/cpanyjs/CPany"
},
"license": "MIT",
"author": "XLor",
"dependencies": {
"@iconify-json/ic": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@vitejs/plugin-vue": "1.8.1",
"@vue/compiler-sfc": "3.2.37",
"date-fns": "^2.29.2",
"date-fns-tz": "^1.3.6",
"tippy.js": "^6.3.7",
"vite": "^5.4.8",
"vue": "3.2.12",
"vue-router": "^4.4.5",
"@cpany/types": "0.1.34",
"@cpany/compress": "0.1.34"
},
"devDependencies": {
"unplugin-icons": "^0.19.3",
"vite-plugin-windicss": "1.2.7",
"vue-tsc": "^0.38.9",
"windicss": "3.1.7"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "vite build",
"dev": "vite"
}
}