-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 856 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@progestionsoft/app-switcher",
"version": "1.0.0",
"description": "A shared app switcher component for ProGestionSoft ecosystem",
"type": "module",
"main": "dist/app-switcher.umd.js",
"module": "dist/app-switcher.es.js",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"build:cdn": "vite build --config vite.config.ts",
"generate": "nuxt generate"
},
"dependencies": {
"@tabler/icons-vue": "^3.36.1",
"nuxt": "^3.11.0",
"vue": "^3.4.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ProGestionSoft/AppSwitcher.git"
},
"keywords": [
"app-switcher",
"vue",
"component",
"cdn"
],
"author": "ProGestionSoft",
"license": "MIT"
}