vue3-apexcharts
Advanced tools
Comparing version 1.4.4 to 1.5.0
{ | ||
"name": "vue3-apexcharts", | ||
"version": "1.4.4", | ||
"main": "./dist/vue3-apexcharts.common.js", | ||
"type": "module", | ||
"version": "1.5.0", | ||
"main": "./dist/vue3-apexcharts.umd.cjs", | ||
"module": "./dist/vue3-apexcharts.js", | ||
"private": false, | ||
"exports": { | ||
".": { | ||
"import": "./dist/vue3-apexcharts.js", | ||
"require": "./dist/vue3-apexcharts.umd.cjs" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "vue-cli-service test:unit", | ||
"lint": "vue-cli-service lint", | ||
"build": "vue-cli-service build --target lib --name vue3-apexcharts src/index.js && copyfiles --flat typings/*.ts dist" | ||
"dev": "vite", | ||
"build": "vite build", | ||
"types": "vue-tsc ", | ||
"preview": "vite preview", | ||
"prepare": "vite build" | ||
}, | ||
@@ -38,17 +48,11 @@ "typings": "./typings/vue-apexcharts.d.ts", | ||
"devDependencies": { | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-plugin-unit-jest": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/compiler-sfc": "^3.0.0-0", | ||
"@vue/eslint-config-airbnb": "^5.0.2", | ||
"@vue/test-utils": "^2.0.0-0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-vue": "^7.0.0-0", | ||
"apexcharts": "^3.41.0", | ||
"typescript": "~3.9.3", | ||
"@types/node": "^20.2.5", | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.3.9", | ||
"vue-tsc": "^1.4.2", | ||
"apexcharts": "^3.45.2", | ||
"vue": "^3.0.0", | ||
"copyfiles": "2.4.0", | ||
"vue-jest": "^5.0.0-0" | ||
"copyfiles": "2.4.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
Yes
21492
6
321