-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1000 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
36
37
{
"name": "graphsolver.com",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint src",
"format": "prettier --write src/**/*.{vue,ts,js}",
"format:check": "prettier --check src/**/*.{vue,ts,js}"
},
"dependencies": {
"@tabler/icons-vue": "^3.36.1",
"@tailwindcss/vite": "^4.1.18",
"@unhead/vue": "^2.1.2",
"tailwindcss": "^4.1.18",
"vis-network": "^10.0.2",
"vue": "^3.5.24",
"vue-i18n": "^11.2.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"@vitejs/plugin-vue": "^6.0.1",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.7.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"prettier-plugin-vue": "^1.1.6",
"vite": "^7.2.4",
"vitest": "^2.1.5",
"vue-eslint-parser": "^10.2.0"
}
}