-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.66 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.66 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
{
"name": "@nioc/homepage",
"private": true,
"version": "1.0.0",
"description": "Light, simple but attractive and customizable home page to your favorite services",
"type": "module",
"author": "nioc <dev@nioc.eu>",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/nioc/homepage",
"repository": {
"type": "git",
"url": "git+https://github.com/nioc/homepage.git"
},
"bugs": "https://github.com/nioc/homepage/issues",
"scripts": {
"build-icons": "node build-icons.js",
"dev": "vite",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"svelte-check": "svelte-check",
"build": "vite build",
"preview": "vite preview"
},
"packageManager": "pnpm@10.24.0",
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@mdi/svg": "^7.4.47",
"@picocss/pico": "^2.1.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@types/chroma-js": "^3.1.2",
"@types/js-yaml": "^4.0.9",
"@types/mime-db": "^1.43.6",
"@victorioberra/trianglify-browser": "^4.1.1",
"chroma-js": "^3.2.0",
"eslint": "^9.39.4",
"eslint-plugin-depend": "^1.5.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-svelte": "^3.17.0",
"globals": "^16.5.0",
"js-yaml": "^4.1.1",
"mime-db": "^1.54.0",
"rollup-plugin-visualizer": "^6.0.11",
"sass-embedded": "^1.99.0",
"simple-icons": "^16.15.0",
"svelte": "^5.55.1",
"svelte-check": "^4.4.6",
"svelte-portal": "^2.2.1",
"typescript-eslint": "^8.58.0",
"vite": "^6.4.2"
}
}