-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1016 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
{
"name": "beefreely",
"type": "module",
"version": "3.0.0-alpha.3",
"private": true,
"author": "<vurses@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vruses/beefreely.git"
},
"scripts": {
"dev": "vite",
"typecheck": "tsc",
"build": "tsc && vite build",
"build:min": "tsc && vite build --mode minify",
"preview": "vite preview",
"format": "biome format --write",
"lint": "biome check",
"lint:fix": "biome check --fix",
"release": "standard-version"
},
"dependencies": {
"@vue/reactivity": "^3.5.39",
"dexie": "^4.4.4",
"lodash-es": "^4.18.1",
"protobufjs": "^8.6.5",
"ts-md5": "^2.0.1"
},
"devDependencies": {
"@biomejs/biome": "^2.5.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^26.0.1",
"lefthook": "^2.1.9",
"standard-version": "^9.5.0",
"type-fest": "^5.7.0",
"typescript": "^6.0.3",
"vite": "^8.1.1",
"vite-plugin-monkey": "^8.0.6"
}
}