-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 866 Bytes
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
{
"name": "traceframe-log-studio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --max-warnings=0",
"typecheck": "vue-tsc -b --pretty false",
"test": "vitest run",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@tabler/icons-vue": "3.46.0",
"chart.js": "4.5.1",
"vue": "3.5.41"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/node": "26.2.0",
"@vitejs/plugin-vue": "6.0.8",
"eslint": "10.8.1",
"eslint-plugin-vue": "10.10.0",
"globals": "17.11.0",
"prettier": "3.9.6",
"typescript": "6.0.3",
"typescript-eslint": "8.67.0",
"vite": "8.2.1",
"vitest": "4.1.10",
"vue-tsc": "3.3.9"
}
}