-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 KB
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
{
"name": "openrelik-ui",
"version": "0.7.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"test": "vitest --run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@mdi/font": "7.4.47",
"apexcharts": "^4.1.0",
"axios": "^1.13.5",
"core-js": "^3.34.0",
"dayjs": "^1.11.10",
"dompurify": "^3.0.9",
"lodash": "^4.17.23",
"marked": "^12.0.0",
"mitt": "^3.0.1",
"resumablejs": "^1.1.0",
"roboto-fontface": "*",
"sass-loader": "^16.0.4",
"uuid": "^9.0.1",
"vue": "^3.3.0",
"vue3-apexcharts": "^1.8.0",
"vuetify": "^3.0.0"
},
"devDependencies": {
"@pinia/testing": "^1.0.3",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/coverage-v8": "^4.0.16",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"esbuild": "^0.27.3",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.0",
"happy-dom": "^20.0.11",
"pinia": "^2.1.0",
"sass": "^1.84.0",
"unplugin-fonts": "^1.1.0",
"vite": "^7.3.1",
"vite-plugin-vuetify": "^2.0.0",
"vitest": "^4.0.15",
"vue-router": "^4.2.0"
}
}