-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.63 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
54
{
"name": "devmind-ui",
"version": "1.0.0",
"description": "DevMind UI - Frontend application for DevMind platform",
"type": "module",
"license": "SEE LICENSE",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"sync:provider-icons": "node scripts/sync-lobehub-provider-icons.mjs",
"generate-favicons": "node scripts/generate-favicons.mjs",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:container": "BASE_URL=http://localhost:10080 playwright test --config=playwright.config.cjs"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@lobehub/icons-static-svg": "^1.79.0",
"@vuepic/vue-datepicker": "^12.0.5",
"@vueuse/core": "^10.5.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.6.2",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"highlight.js": "^11.11.1",
"marked": "^16.3.0",
"pinia": "^2.1.7",
"vue": "^3.4.0",
"vue-chartjs": "^5.3.3",
"vue-i18n": "^9.1.10",
"vue-router": "^4.2.5",
"dompurify": "^3.0.9"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.3.6",
"to-ico": "^1.1.5",
"typescript": "^5.3.0",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}