-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.41 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "lichthikari",
"version": "1.0.9",
"description": "User script with various tweaks for AniList ",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"check": "tsc --noEmit",
"release": "changelogen --release --push",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lichthagel/lichtHikari.git"
},
"author": "Lichthagel",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Lichthagel/lichtHikari/issues"
},
"homepage": "https://github.com/Lichthagel/lichtHikari#readme",
"dependencies": {
"@iconify-json/lucide": "^1.2.16",
"solid-element": "^1.9.0",
"solid-js": "^1.9.2",
"unplugin-icons": "^22.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@lichthagel/eslint-config": "^1.0.0",
"@types/node": "^22.7.9",
"eslint": "^9.12.0",
"eslint-plugin-solid": "^0.14.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"typescript": "^5.6.3",
"vite": "^6.0.0",
"vite-plugin-monkey": "^5.0.0",
"vite-plugin-solid": "^2.10.2"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}