-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.51 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "schema-box",
"type": "module",
"version": "0.0.5",
"private": true,
"description": "分析制作汉字形码方案。",
"productName": "形码盒子",
"author": "yb6b <[email protected]>",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/yb6b/schema-box"
},
"keywords": [
"quasar",
"chinese"
],
"files": [
"dist"
],
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"dev": "rspack serve",
"build": "rspack build",
"test": "vitest",
"lint": "eslint . --fix"
},
"dependencies": {
"@quasar/extras": "^1.16.11",
"@vueuse/core": "^10.9.0",
"chart.js": "^4.4.2",
"detect-file-encoding-and-language": "^2.4.0",
"iconv-lite": "^0.6.3",
"js-yaml": "^4.1.0",
"nanoid": "^5.0.7",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"quasar": "^2.15.4",
"remeda": "^1.61.0",
"vue": "^3.4.26",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "2.16.1",
"@rspack/cli": "^0.6.3",
"@types/node": "^20.11.30",
"eslint": "^9.1.0",
"happy-dom": "^14.7.1",
"typescript": "^5.4.3",
"vitest": "^1.6.0",
"vue-cli-plugin-quasar": "^5.0.2",
"vue-loader": "^17.4.2"
},
"browserslist": [
"Edge >= 93",
"Chrome >= 93",
"Android >= 93",
"ChromeAndroid >= 93",
"Firefox >= 92",
"FirefoxAndroid >= 92",
"iOS >=15.4",
"Safari >= 15.4",
"Opera >= 79"
]
}