-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 692 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 692 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
{
"name": "ggpokercashanalyzer",
"private": true,
"version": "1.0.0",
"type": "module",
"author": "LayorX",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Layorx/GGPoker-Hand-Analyzer.git"
},
"bugs": {
"url": "https://github.com/LayorX/GGPoker-Hand-Analyzer/issues"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"tailwindcss": "^3.4.3",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.3",
"vitest": "^3.2.4"
},
"dependencies": {
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0"
}
}