-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.25 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "vulnetix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch",
"preview": "wrangler pages dev ./dist",
"lint": "eslint . -c .eslintrc.js --fix --ext .ts,.js,.vue,.tsx --ignore-path .gitignore",
"build:icons": "node src/@iconify/build-icons.js",
"postinstall": "npm run build:icons",
"deploy": "npm run build && wrangler pages deploy ./dist",
"audit": "better-npm-audit audit"
},
"dependencies": {
"@casl/ability": "^6.2.0",
"@casl/vue": "^2.2.0",
"@floating-ui/dom": "1.2.8",
"@pandatix/js-cvss": "^0.4.4",
"@prisma/adapter-d1": "^5.15.1",
"@prisma/client": "^6.0.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.1.2",
"@vueuse/math": "^10.1.2",
"@wdns/vue-code-block": "^2.3.3",
"anylogger-console": "^1.0.0",
"apexcharts-clevision": "^3.28.5",
"axios": "^1.3.1",
"chart.js": "^4.1.2",
"crypto-es": "^2.1.0",
"dompurify": "^3.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"jwt-decode": "^3.1.2",
"marked": "^15.0.2",
"pinia": "^2.1.3",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"sass": "^1.59.3",
"semver": "^7.6.3",
"ssvc": "^0.1.1",
"ulog": "2.0.0-beta.19",
"unplugin-vue-define-options": "^1.3.5",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-flatpickr-component": "11.0.3",
"vue-i18n": "^10.0.4",
"vue-prism-component": "^2.0.0",
"vue-router": "^4.2.1",
"vue3-apexcharts": "^1.4.1",
"vuetify": "^3.7.3",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@antfu/eslint-config-vue": "^0.3.3",
"@cyclonedx/yarn-plugin-cyclonedx": "^1.0.2",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/vue3": "^6.1.8",
"@iconify-json/bx": "^1.1.6",
"@iconify-json/bxl": "^1.1.6",
"@iconify-json/bxs": "^1.1.6",
"@iconify-json/mdi": "^1.1.52",
"@iconify/tools": "^2.2.0",
"@iconify/utils": "^2.1.5",
"@iconify/vue": "4.1.1",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@vitejs/plugin-vue": "^4.2.3",
"better-npm-audit": "^3.8.3",
"boxicons": "^2.1.4",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-regex": "^1.10.0",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.13.0",
"postcss-html": "^1.5.0",
"prisma": "^6.0.1",
"stylelint": "14.15.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-use-logical-spec": "5.0.1",
"unplugin-auto-import": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.8",
"vite-plugin-pages": "^0.30.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vuetify": "1.0.2",
"vue-shepherd": "^3.0.0",
"wrangler": "^3.60.2"
},
"packageManager": "[email protected]",
"resolutions": {
"postcss": "^8.4.31",
"@typescript-eslint/eslint-plugin": "^8.12.2"
}
}