generated from greasify/vite-userscript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "tryrating-userscript",
"private": true,
"homepage": "https://crashmax-dev.github.io/tryrating-userscript/",
"version": "1.9.6",
"type": "module",
"author": "crashmax <userscript@crashmax.ru>",
"license": "MIT",
"packageManager": "pnpm@10.16.1",
"engines": {
"node": "22.19.0"
},
"volta": {
"node": "22.19.0"
},
"scripts": {
"dev": "vite build --watch --mode development",
"build": "pnpm type-check && vite build",
"type-check": "tsc --noEmit",
"format": "prettier --write **/*.{js,ts,tsx,json}"
},
"devDependencies": {
"@crashmax/prettier-config": "5.0.2",
"@crashmax/tsconfig": "2.2.0",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"prettier-plugin-multiline-arrays": "4.0.3",
"sass-embedded": "1.92.1",
"typescript": "5.9.2",
"vite": "7.1.5",
"vite-plugin-solid": "2.11.8",
"vite-userscript-plugin": "1.11.0"
},
"dependencies": {
"@thisbeyond/solid-dnd": "0.7.5",
"@zero-dependency/dom": "1.8.4",
"@zero-dependency/utils": "1.7.7",
"dayjs": "1.11.18",
"microtip": "0.2.2",
"solid-js": "1.9.9",
"userscript-parser": "2.2.2",
"worker-timers": "8.0.24"
}
}