-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "project-bluefin-website",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "vitest",
"test:run": "vitest run",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@iconify-prerendered/vue-mdi": "^0.28.1737398331",
"@iframe-resizer/child": "5.5.7",
"@iframe-resizer/parent": "5.5.7",
"@iframe-resizer/vue": "5.5.7",
"@tailwindcss/vite": "^4.0.0",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^6.0.0",
"@vueuse/components": "^14.0.0",
"@vueuse/core": "^14.0.0",
"js-yaml": "^4.1.1",
"marked": "^16.0.0",
"sass": "^1.83.4",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "6.0.1",
"eslint": "^9.38.0",
"eslint-plugin-format": "^1.0.2",
"tailwindcss": "4.1.16",
"typescript": "5.9.3",
"vite": "7.1.12",
"vitest": "^4.1.4",
"vue-tsc": "3.1.3"
}
}