-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.57 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.57 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
{
"name": "@velin-dev/root",
"type": "module",
"version": "0.4.1",
"private": true,
"packageManager": "pnpm@10.33.0",
"description": "Develop prompts with Vue SFC or Markdown like pro.",
"author": {
"name": "RainbowBird",
"email": "rbxin2003@outlook.com",
"url": "https://github.com/luoling8192"
},
"contributors": [
{
"name": "Neko Ayaka",
"email": "neko@ayaka.moe",
"url": "https://github.com/nekomeowww"
}
],
"license": "MIT",
"homepage": "https://github.com/moeru-ai/velin",
"repository": {
"type": "git",
"url": "git+https://github.com/moeru-ai/velin.git"
},
"bugs": "https://github.com/moeru-ai/velin/issues",
"scripts": {
"dev": "pnpm -rF=\"./packages/*\" run build && pnpm -rF=\"./apps/*\" run dev",
"dev:play": "pnpm -F @velin-dev/apps-playground run dev",
"dev:browser-dev": "nr -F @velin-dev/example-vite-browser dev",
"build": "pnpm -rF=\"./packages/*\" -F=\"./examples/*\" -F=\"./apps/*\" run build",
"build:play": "pnpm -F @velin-dev/apps-playground run build",
"build:packages": "pnpm -rF=\"./packages/*\" run build",
"run:node-sfc": "pnpm -F @velin-dev/example-native-node run:sfc",
"run:node-md": "pnpm -F @velin-dev/example-native-node run:md",
"test": "vitest --coverage",
"test:run": "vitest run",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix .",
"attw:packages": "pnpm -rF=\"./packages/*\" run --parallel attw",
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F run --parallel typecheck",
"up": "taze -w -r -I -f && pnpm prune && pnpm dedupe",
"changelogithub": "changelogithub",
"sizecheck": "npx vite-bundle-visualizer",
"nolyfill": "pnpm dlx nolyfill"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@antfu/nip": "^0.1.1",
"@arethetypeswrong/cli": "^0.18.2",
"@arethetypeswrong/core": "^0.18.2",
"@catppuccin/palette": "^1.8.0",
"@iconify/utils": "^3.1.0",
"@pnpm/find-workspace-dir": "^1000.1.5",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.6.0",
"@unocss/eslint-config": "^66.6.8",
"@unocss/eslint-plugin": "^66.6.8",
"@unocss/preset-mini": "^66.6.8",
"bumpp": "^11.0.1",
"changelogithub": "^14.0.0",
"eslint": "^10.2.0",
"eslint-plugin-format": "^2.0.1",
"taze": "^19.11.0",
"tsdown": "^0.21.8",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"unocss": "66.1.1",
"unocss-preset-scrollbar": "^4.0.0",
"unplugin-unused": "^0.5.7",
"vite": "^8.0.8",
"vite-plugin-inspect": "^11.3.3",
"vitest": "^4.1.4"
}
}