-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.33 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"private": true,
"name": "pluxel-template",
"type": "module",
"version": "0.1.0",
"description": "使用 HMR 管理插件的运行时,让 HMR Build 后以提升加载速度。",
"scripts": {
"bootstrap": "node ./setup.mjs bootstrap-template",
"doctor": "node scripts/doctor.mjs",
"hmr:doctor": "pluxel hmr doctor",
"hmr:agent": "pluxel-hmr agent --clean --json",
"predev": "node scripts/predev.mjs",
"dev": "node scripts/dev.mjs",
"dev:demos": "node scripts/dev-demos.mjs",
"build": "turbo build",
"build:builtin": "turbo build:builtin --filter=./plugins/builtin/*",
"test": "turbo run test --affected --concurrency=1 --output-logs=new-only",
"test:full": "vitest run",
"publish": "turbo publish",
"new": "pluxel new plugin",
"feat": "pluxel new plugin features"
},
"dependencies": {
"@gqloom/core": "^0.16.1",
"@gqloom/valibot": "^0.15.1",
"@pluxel/cli": "link:../pluxel/packages/cli",
"@pluxel/core": "link:../pluxel/packages/core",
"@pluxel/hmr": "link:../pluxel/packages/hmr"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"dts-resolver": "^2.1.3",
"@mantine/core": "^8.3.14",
"@mantine/hooks": "^8.3.14",
"@mantine/modals": "^8.3.14",
"@pluxel/cmd": "workspace:*",
"@pluxel/graphql": "workspace:*",
"@pluxel/test": "link:../pluxel/packages/test",
"@pluxel/websocket": "workspace:*",
"@pluxel/wretch": "workspace:*",
"@repobuddy/biome": "^2.3.1",
"@tabler/icons-react": "^3.36.1",
"@types/bun": "^1.3.9",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"pluxel-plugin-kv": "workspace:*",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"oxc-resolver": "^11.13.1",
"tsdown": "0.20.3",
"turbo": "^2.8.4",
"typescript": "^5.9.3",
"unplugin-macros": "^0.18.7",
"vitest": "4.0.18"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@mantine/core": "^8.3.1",
"@mantine/dates": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@mantine/modals": "^8.3.1",
"@mantine/notifications": "^8.3.1",
"@tanstack/react-form": "^1.23.0",
"@tabler/icons-react": "^3.35.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
}
},
"overrides": {
"vite": "8.0.0-beta.5"
}
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}