-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.75 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
{
"name": "LAPD",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"prettier": "^2.8.8",
"vite": "^4.3.9"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@validide/resizable-table-columns": "^2.1.0",
"@vueform/multiselect": "^2.6.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuepic/vue-datepicker": "^6.0.3",
"base64-arraybuffer": "^1.0.2",
"bootstrap": "^5.3.1",
"ckbox": "^2.3.1",
"date-fns": "^3.3.1",
"dompurify": "^3.0.9",
"moment": "^2.29.4",
"mosha-vue-toastify": "^1.0.23",
"node-html-parser": "^6.1.12",
"pinia": "^2.1.6",
"postcss-loader": "^4.3.0",
"sweetalert2": "^11.6.13",
"tinymce": "^4.9.11",
"vee-validate": "^4.11.6",
"vue": "^3.3.4",
"vue-audio-recorder": "^3.0.1",
"vue-axios": "^3.5.2",
"vue-datepicker-next": "^1.0.3",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-popper": "^1.5.0",
"vue3-toastify": "^0.1.12",
"vuejs-paginate-next": "^1.0.2",
"vuex": "^4.1.0"
}
}