@axentix/vue
Version:
Vue Axentix is the Axentix integration for the VueJS framework.
81 lines • 2.13 kB
JSON
{
"name": "@axentix/vue",
"version": "0.20.3",
"description": "Vue Axentix is the Axentix integration for the VueJS framework.",
"license": "MIT",
"author": "Axel SIMONET, Vincent LEVEQUE",
"main": "dist/vue3/vue-axentix.umd.js",
"module": "dist/vue3/vue-axentix.mjs",
"browser": "dist/vue3/vue-axentix.mjs",
"unpkg": "dist/vue3/vue-axentix.umd.js",
"types": "dist/vue3/index.d.ts",
"scripts": {
"dev": "npm run switch:3 && vite --host",
"dev:2": "npm run switch:2 && vite --host --config vite.config-2.js",
"build": "npm run build:2 && npm run build:3",
"build:2": "npm run switch:2 && vite build --config vite.config-2.js",
"build:3": "npm run switch:3 && vite build",
"lint": "eslint src --fix",
"switch:2": "node ./scripts/swap.js 2 && vue-demi-switch 2",
"switch:3": "node ./scripts/swap.js 3 && vue-demi-switch 3",
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git@github.com:axentix/vue.git"
},
"bugs": {
"url": "https://github.com/axentix/vue/issues"
},
"keywords": [
"axentix",
"framework",
"front-end",
"responsive",
"css",
"js",
"sass",
"web",
"vuejs",
"vue",
"library",
"vue-extension"
],
"files": [
"dist",
"scripts",
"LICENSE",
"README",
"CHANGELOG"
],
"dependencies": {
"axentix": "^2.4.0",
"vue-demi": "^0.14.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"typescript": "^5.1.6",
"vite": "^4.4.0",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-vue2": "^2.0.3",
"vue": "^3.3.4",
"vue-template-compiler": "^2.7.14",
"vue2": "npm:vue@2.7.14"
},
"peerDependencies": {
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
}
}