-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 935 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
{
"name": "vite-userscript-template",
"private": true,
"homepage": "https://crashmax-dev.github.io/vite-userscript-template/",
"version": "0.0.0",
"type": "module",
"author": "crashmax <userscript@crashmax.ru>",
"license": "MIT",
"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.1",
"@crashmax/tsconfig": "2.0.1",
"sass": "1.69.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-userscript-plugin": "1.10.0"
},
"dependencies": {
"@zero-dependency/cookie": "1.13.4",
"@zero-dependency/dom": "1.8.4",
"@zero-dependency/emitter": "1.2.5",
"@zero-dependency/fetcher": "1.2.5",
"@zero-dependency/storage": "1.3.4",
"@zero-dependency/utils": "1.7.4"
}
}