-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 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": "@nhm-data/join-the-dots",
"version": "1.8.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ./src --fix --no-warn-ignored",
"format": "prettier --write ./src"
},
"dependencies": {
"@azure/msal-browser": "^4.15.0",
"@babel/helpers": "^7.28.4",
"@nhm-data/zoa": "^0.13.0",
"@tiptap/extension-list": "^3.11.0",
"@tiptap/extension-text-style": "^3.11.0",
"@tiptap/pm": "^3.11.0",
"@tiptap/starter-kit": "^3.11.0",
"@tiptap/vue-3": "^3.11.0",
"axios": "^1.12.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootstrap-vue-3": "^0.5.1",
"chart.js": "^4.4.9",
"eslint-config-prettier": "^10.1.5",
"form-data": "^4.0.4",
"jwt-decode": "^4.0.0",
"marked": "^17.0.0",
"pinia": "^2.3.1",
"powerbi-client": "^2.23.1",
"powerbi-client-vue-js": "^1.1.1",
"prettier-plugin-organize-imports": "^4.1.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.4.5",
"vue-tsc": "^2.2.10"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.0",
"@eslint/js": "^9.14.0",
"@playwright/test": "^1.57.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"less": "^4.2.1",
"prettier": "^3.3.3",
"sass-embedded": "^1.98.0",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.7.7"
}
}