-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 942 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 942 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
37
38
39
40
41
{
"name": "comand-web-ui",
"private": false,
"version": "1.0.92",
"license": "GPL-3.0-only",
"author": "CoManD-UI",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"files": [
"./dist/comand-web-ui.js",
"./dist/style.css",
"./src"
],
"exports": {
".": "./dist/comand-web-ui.js",
"./style.css": "./dist/style.css",
"./css": "./src/css.js",
"./css.js": "./src/css.js"
},
"dependencies": {
"axios": "^1.6.8",
"comand-component-library": "^4.1.56",
"comand-frontend-framework": "^4.1.11",
"comand-ui-iconfonts": "^1.0.14",
"pinia": "^2.1.7",
"publish": "^0.6.0",
"vue": "^3.4.23",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"sass": "^1.75.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.9"
}
}