Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@datalogix/v-admin

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datalogix/v-admin - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.0.29
to
0.0.30
dist/style.css

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"
}
}
}

@@ -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