-
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) · 1000 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1000 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@danor/userscript",
"version": "2.2.1",
"description": "",
"author": "DanoR",
"license": "LGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/zheung/userscript.git"
},
"private": true,
"type": "module",
"typesSource": [
"vue",
"browser",
"userscript"
],
"engines": {
"node": ">=24"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.1.1",
"@nuogz/pangu": "^5.6.0",
"@stylistic/eslint-plugin": "^5.3.1",
"@types/node": "^24.3.1",
"@types/tampermonkey": "^5.0.4",
"@types/wicg-file-system-access": "^2023.10.6",
"@unocss/postcss": "66.4.2",
"@vitejs/plugin-vue": "^6.0.1",
"eslint": "^9.34.0",
"eslint-plugin-vue": "^10.4.0",
"globals": "^16.3.0",
"p-map": "^7.0.3",
"postcss": "^8.5.6",
"sass": "^1.92.0",
"unocss": "66.4.2",
"vite": "^7.1.4",
"vue": "^3.5.21"
}
}