@datalogix/v-admin
Advanced tools
Sorry, the diff of this file is too big to display
+31
-28
| { | ||
| "name": "@datalogix/v-admin", | ||
| "version": "0.0.29", | ||
| "version": "0.0.30", | ||
| "description": "Administration panel with Vue 3", | ||
| "repository": "datalogix/v-admin", | ||
| "license": "MIT", | ||
| "author": "Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>", | ||
| "files": [ | ||
@@ -17,23 +16,19 @@ "dist" | ||
| "require": "./dist/v-admin.umd.js" | ||
| }, | ||
| "./dist/style.css": { | ||
| "import": "./dist/style.css", | ||
| "require": "./dist/style.css" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview", | ||
| "lint": "eslint --ext .js,vue --ignore-path .gitignore .", | ||
| "test": "npm run lint", | ||
| "release": "npm run test && npm run build && standard-version && git push --follow-tags && npm publish" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.24", | ||
| "chart.js": "^3.7", | ||
| "defu": "^5.0", | ||
| "axios": "^0.27", | ||
| "chart.js": "^3.8", | ||
| "defu": "^6.0", | ||
| "hookable": "^5.1", | ||
| "primeicons": "^5.0", | ||
| "primevue": "^3.10", | ||
| "primevue": "^3.15", | ||
| "quill": "^1.3", | ||
| "vue": "^3.2", | ||
| "vue-global-events": "^2.1", | ||
| "vue-i18n": "^9.2.0-beta.26", | ||
| "vue-i18n": "^9.2.0-beta.36", | ||
| "vue-router": "^4.0", | ||
@@ -44,21 +39,29 @@ "vue-toastification": "^2.0.0-rc.5", | ||
| "devDependencies": { | ||
| "@intlify/vite-plugin-vue-i18n": "^3.2.1", | ||
| "@vitejs/plugin-vue": "^2.0.0", | ||
| "@intlify/vite-plugin-vue-i18n": "^3.4", | ||
| "@vitejs/plugin-vue": "^2.3", | ||
| "autoprefixer": "^10.4", | ||
| "eslint": "^8.4", | ||
| "eslint": "^8.18", | ||
| "eslint-config-airbnb": "^19.0", | ||
| "eslint-config-standard": "^16.0", | ||
| "eslint-plugin-import": "^2.25", | ||
| "eslint-plugin-node": "^11.1", | ||
| "eslint-plugin-promise": "^5.2", | ||
| "eslint-plugin-vue": "^8.2", | ||
| "eslint-config-standard": "^17.0", | ||
| "eslint-plugin-import": "^2.26", | ||
| "eslint-plugin-n": "^15.2", | ||
| "eslint-plugin-promise": "^6.0", | ||
| "eslint-plugin-vue": "^9.1", | ||
| "postcss": "^8.4", | ||
| "standard-version": "^9.3", | ||
| "tailwindcss": "^3.0", | ||
| "vite": "^2.7.2", | ||
| "vite-plugin-eslint": "^1.3.0" | ||
| "standard-version": "^9.5", | ||
| "tailwindcss": "^3.1", | ||
| "vite": "^2.9", | ||
| "vite-plugin-eslint": "^1.6" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview", | ||
| "lint": "eslint --ext .js,jsx,ts,tsx,vue --ignore-path .gitignore .", | ||
| "test": "pnpm run lint", | ||
| "release": "pnpm run test && pnpm run build && standard-version && git push --follow-tags && pnpm publish" | ||
| } | ||
| } | ||
| } |
+7
-9
@@ -15,14 +15,12 @@ # @datalogix/v-admin | ||
| - Add `@datalogix/v-admin` dependency using `yarn` or `npm` to your project | ||
| - Add `@datalogix/v-admin` dependency using `npm`, `yarn` or `pnpm` to your project | ||
| ```bash | ||
| npm install @datalogix/v-admin --save | ||
| # or | ||
| yarn add @datalogix/v-admin | ||
| # or | ||
| pnpm install @datalogix/v-admin --save | ||
| ``` | ||
| OR | ||
| ```bash | ||
| npm install @datalogix/v-admin --save | ||
| ``` | ||
| ## Usage | ||
@@ -43,4 +41,4 @@ | ||
| 1. Clone this repository | ||
| 2. Install dependencies using `yarn install` or `npm install` | ||
| 3. Start development server using `yarn serve` or `npm run serve` | ||
| 2. Install dependencies using `pnpm install` | ||
| 3. Start development server using `pnpm serve` | ||
@@ -47,0 +45,0 @@ ## License |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3478071
118.19%26540
40.83%2
-33.33%1
-75%2
100%64
-3.03%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated