-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "translate-ha-jimi",
"type": "module",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"type-check": "vue-tsc -b",
"lint": "eslint . --ext .js,.ts,.vue",
"lint:fix": "eslint . --ext .js,.ts,.vue --fix",
"generate-vue-routes": "npx tsx scripts/generate-routes.ts"
},
"dependencies": {
"@stablelib/chacha": "^2.0.1",
"libsodium-wrappers": "^0.7.15",
"pako": "^2.1.0",
"pinia": "^3.0.3",
"vue": "^3.5.17",
"vue-router": "4"
},
"devDependencies": {
"@antfu/eslint-config": "^4.17.0",
"@babel/parser": "^7.28.0",
"@types/libsodium-wrappers": "^0.7.14",
"@types/node": "^24.0.14",
"@types/pako": "^2.0.3",
"@vicons/antd": "^0.13.0",
"@vicons/fluent": "^0.13.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"chokidar": "^4.0.3",
"eslint": "^9.31.0",
"fast-glob": "^3.3.3",
"less": "^4.4.0",
"naive-ui": "^2.42.0",
"recast": "^0.23.11",
"tsx": "^4.20.3",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vue-tsc": "^2.2.12"
}
}