-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
78 lines (78 loc) · 2.64 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nethsecurity-ui",
"version": "1.20.0",
"config": {
"requiredApiVersion": "~2.2.0"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint --ignore-path .gitignore --fix .",
"lint:check": "eslint --ignore-path .gitignore --fix-dry-run .",
"format": "prettier --write .",
"format:check": "prettier --list-different .",
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "github:nethesis/Font-Awesome#brands",
"@fortawesome/free-regular-svg-icons": "github:nethesis/Font-Awesome#regular",
"@fortawesome/free-solid-svg-icons": "github:nethesis/Font-Awesome#solid",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.13",
"@lukeed/uuid": "^2.0.1",
"@nethesis/nethesis-brands-svg-icons": "github:nethesis/Font-Awesome#ns-brands",
"@nethesis/nethesis-light-svg-icons": "github:nethesis/Font-Awesome#ns-light",
"@nethesis/nethesis-solid-svg-icons": "github:nethesis/Font-Awesome#ns-solid",
"@nethesis/vue-components": "^1.7.0",
"@types/lodash-es": "^4.17.12",
"@vuepic/vue-datepicker": "^7.2.2",
"@vueuse/core": "^10.5.0",
"@xterm/addon-attach": "^0.10.0",
"@xterm/xterm": "^5.4.0",
"axios": "^1.6.8",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"pinia": "^2.0.36",
"qrcode-vue3": "^1.6.8",
"uid": "^2.0.2",
"vue": "^3.5.12",
"vue-chartjs": "^5.2.0",
"vue-i18n": "^9.3.0-beta.19",
"vue-router": "^4.2.0",
"vue-tippy": "^6.3.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.12",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"semver": "^7.6.3",
"tailwindcss": "^3.4.13",
"typescript": "~5.0.4",
"vite": "^5.4.9",
"vite-plugin-vue-devtools": "^7.6.1",
"vue-tsc": "^1.8.27"
}
}