-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "audiotrail",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"type-check": "vue-tsc --noEmit",
"lint": "oxlint && oxfmt --check && vue-tsc",
"lint:fix": "oxlint --fix && oxfmt --write",
"deploy": "pnpm build && wrangler deploy",
"deploy:preview": "pnpm build && wrangler versions upload --preview-alias preview-$(git rev-parse --short=8 HEAD)"
},
"dependencies": {
"@fontsource-variable/fraunces": "^5.2.9",
"@fontsource-variable/schibsted-grotesk": "^5.2.8",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@vueuse/core": "^14.3.0",
"echarts": "^6.1.0",
"fflate": "^0.8.3",
"papaparse": "^5.5.4",
"pinia": "^3.0.4",
"vue": "^3.5.39",
"vue-echarts": "^8.0.1",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^26.1.0",
"@types/papaparse": "^5.5.2",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/tsconfig": "^0.9.1",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"tailwindcss": "^4.3.2",
"typescript": "catalog:",
"vite": "^8.1.2",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.9",
"vue-tsc": "^3.3.6",
"wrangler": "^4.106.0"
},
"packageManager": "pnpm@11.9.0"
}