-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.44 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
{
"name": "unc-front",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --open --host",
"dev-stage": "vite --mode stage",
"build": "vite build",
"preview": "vite preview --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"publish-build": "vite build --base=/pub/hanacapital-dt-rebuild/pc/",
"publish-dev-build": "vite build --base=/pub/hanacapital-dt-rebuild/pc-dev/"
},
"dependencies": {
"@duetds/date-picker": "^1.4.0",
"@popperjs/core": "^2.11.7",
"@vee-validate/rules": "^4.8.4",
"@vueuse/head": "^1.0.26",
"axios": "^1.3.3",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.1.0",
"simplebar-vue": "^2.3.3",
"swiper": "^9.4.1",
"vee-validate": "^4.8.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue-select": "^4.0.0-beta.6",
"vue-skeletor": "^1.0.6",
"vue3-i18n": "^1.1.5",
"vuejs3-logger": "^1.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"sass": "^1.58.1",
"vite": "^4.0.0",
"vite-svg-loader": "^4.0.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}