-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 KB
/
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
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
{
"name": "schema-box",
"type": "module",
"version": "1.0.0",
"private": true,
"description": "分析制作汉字形码方案。",
"productName": "形码盒子",
"author": "yb6b <seetxx@qq.com>",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hanzi-chai/box"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"lint": "eslint ./src --fix",
"test": "bun test --watch"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@fontsource/jetbrains-mono": "^5.1.2",
"@iconify-json/ri": "^1.2.5",
"@rsbuild/core": "1.2.2",
"@rsbuild/plugin-vue": "^1.0.5",
"@unocss/postcss": "^65.4.3",
"@vueuse/core": "^12.5.0",
"detect-file-encoding-and-language": "^2.4.0",
"element-plus": "^2.9.3",
"js-yaml": "^4.1.0",
"nanoid": "^5.0.9",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate-2": "^2.0.28",
"rambdax": "^11.3.1",
"unocss": "^65.4.3",
"unplugin-vue-components": "^28.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@types/bun": "^1.2.0",
"@types/js-yaml": "^4.0.9",
"@unocss/eslint-plugin": "^65.4.3",
"eslint": "^9.19.0",
"typescript": "^5.7.3"
},
"prettier": {
"printWidth": 100,
"semi": false
}
}