-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 863 Bytes
/
package.json
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
{
"name": "flathub-chart",
"version": "1.0.0",
"type": "module",
"description": "The Flathub Chart",
"main": "index.js",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"run": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulcarroty/flathub-chart.git"
},
"keywords": [ "flathub", "stats", "chart", "data"],
"author": "Pavlo Rudy",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/paulcarroty/flathub-chart/issues"
},
"homepage": "https://github.com/paulcarroty/flathub-chart#readme",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.19",
"vite": "^5.4.8"
},
"dependencies": {
"chart.js": "^4.3.0",
"svelte-chartjs": "^3.1.2",
"node-fetch": "^3.3.1"
}
}