UNPKG

1.06 kBJSONView Raw
1{
2 "name": "mincu-debug-tools",
3 "version": "2.6.3",
4 "homepage": "https://github.com/ncuhome",
5 "repository": {
6 "type": "git",
7 "url": "git@github.com:ncuhome/mincu.git"
8 },
9 "license": "MIT",
10 "files": [
11 "dist",
12 "server",
13 "output"
14 ],
15 "scripts": {
16 "build": "vite build",
17 "dev": "vite",
18 "server": "node -e \"require(\"./dist/mincu-debug-tools.cjs.js\").startDevTool()\""
19 },
20 "dependencies": {
21 "clsx": "^1.1.1",
22 "got": "^11.8.2",
23 "react-use": "^17.3.2",
24 "serve-handler": "^6.1.3",
25 "tough-cookie": "^4.0.0"
26 },
27 "devDependencies": {
28 "@types/qrcode": "^1.4.2",
29 "@types/serve-handler": "^6.1.1",
30 "@types/tough-cookie": "^4.0.2",
31 "@vitejs/plugin-react": "^1.3.2",
32 "qrcode": "^1.5.0",
33 "react": "18.1.0",
34 "react-dom": "18.1.0",
35 "typescript": "^4.6.4",
36 "vite": "^2.9.9",
37 "vite-plugin-windicss": "^1.8.4",
38 "windicss": "^3.5.4"
39 },
40 "preconstruct": {
41 "entrypoints": [
42 "server.ts"
43 ]
44 },
45 "gitHead": "a5023aa2a6ee0274b7285e2279530f880720028a"
46}