-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.24 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.24 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "prunplanner_frontend",
"private": true,
"version": "0.26.0",
"dbVersion": "26.3.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/write-version.js",
"tsc": "vue-tsc --project tsconfig.typecheck.json",
"tsc:watch": "vue-tsc --project tsconfig.typecheck.json --watch",
"preview": "vite preview",
"test": "vitest --run --silent",
"test:watch": "vitest watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"knip": "knip"
},
"dependencies": {
"@dagrejs/dagre": "^2.0.4",
"@popperjs/core": "^2.11.8",
"@skit/x.naive-ui": "^0.19.0",
"@tailwindcss/vite": "^4.2.2",
"@types/lodash": "^4.17.24",
"@unhead/vue": "^2.1.13",
"@vue-flow/core": "^1.48.2",
"@vue-flow/minimap": "^1.5.4",
"@vue/test-utils": "2.4.6",
"axios": "^1.15.0",
"chart.js": "^4.5.1",
"chartjs-chart-treemap": "^3.1.0",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "^1.11.20",
"fast-equals": "^6.0.0",
"globals": "^17.5.0",
"idb": "^8.0.3",
"lightweight-charts": "^5.1.0",
"lodash": "^4.18.1",
"numbro": "^2.5.0",
"p-limit": "^7.3.0",
"papaparse": "^5.5.3",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"posthog-js": "^1.369.2",
"tailwindcss": "^4.2.2",
"vue": "^3.5.32",
"vue-chartjs": "^5.3.3",
"vue-router": "^5.0.4",
"vue-showdown": "^4.2.0",
"yalps": "^0.6.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "25.3.2",
"@types/papaparse": "^5.5.2",
"@typescript-eslint/parser": "^8.58.2",
"@vicons/material": "^0.13.0",
"@vitejs/plugin-vue": "6.0.4",
"@vitest/coverage-v8": "^4.1.4",
"@vitest/ui": "^4.1.4",
"axios-mock-adapter": "^2.1.0",
"eslint": "^10.2.0",
"eslint-plugin-vue": "^10.8.0",
"fake-indexeddb": "^6.2.5",
"jsdom": "^28.1.0",
"knip": "^5.88.1",
"naive-ui": "^2.44.1",
"rollup-plugin-visualizer": "^7.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.1.0",
"vite": "^7.3.2",
"vite-plugin-compression2": "^2.5.3",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.4",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "3.2.5"
}
}