-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.56 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
{
"name": "android-trans-tool-plus",
"version": "1.2.1",
"description": "Android translation tool with AI",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,ts,vue,json,css,scss,md}\" \"*.json\"",
"format:check": "prettier --check \"src/**/*.{js,ts,vue,json,css,scss,md}\" \"*.json\"",
"clean": "node clean.js",
"clean:all": "node clean.js --all",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"axios": "^1.13.2",
"element-plus": "^2.12.0",
"fast-xml-parser": "^5.3.2",
"lodash-es": "^4.17.21",
"pinia": "^3.0.4",
"vue": "^3.5.25",
"vue-i18n": "^11.2.8"
},
"devDependencies": {
"@testing-library/vue": "^8.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vitest/coverage-v8": "^4.0.14",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.6.2",
"happy-dom": "^20.0.11",
"jsdom": "^27.2.0",
"prettier": "^3.7.4",
"prettier-plugin-vue": "^1.1.6",
"sass-embedded": "^1.93.3",
"typescript": "~5.9.3",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.2.6",
"vitest": "^4.0.14",
"vue-tsc": "^3.1.5"
}
}