-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "doj",
"private": true,
"version": "4.0.0",
"scripts": {
"dev": "vite --host",
"check": "vue-tsc --noEmit",
"build-only": "vite build",
"build": "run-p lint check build-only",
"lint": "eslint . --ext .vue,.ts",
"format": "prettier --write ."
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"element-plus": "^2.4.3",
"pinia": "^2.1.7",
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.13",
"@iconify-json/ion": "^1.1.14",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@prettier/plugin-pug": "^3.0.0",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/language-plugin-pug": "^1.8.22",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"pug": "^3.0.2",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.17.1",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.2",
"vue-tsc": "^1.8.22"
}
}