-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
package.json
71 lines (71 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "adminlte-3-vue",
"version": "0.2.18",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"firebase:start": "firebase emulators:start",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/vue-fontawesome": "3.0.8",
"@profabric/vue-components": "0.2.5-beta.5",
"@vueuse/core": "10.9.0",
"axios": "1.7.2",
"firebase": "10.12.1",
"luxon": "3.4.4",
"summernote": "./summernote",
"uuid": "9.0.1",
"vue": "3.4.27",
"vue-facing-decorator": "3.0.4",
"vue-gtag": "2.0.1",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2",
"vue-toastification": "2.0.0-rc.5",
"vue-window-size": "2.0.0",
"vuex": "4.1.0",
"yup": "1.4.0"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/luxon": "3.4.2",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vitejs/plugin-vue": "5.0.4",
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "3.4.27",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"admin-lte": "3.2.0",
"dotenv": "16.4.5",
"eslint": "9.3.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.26.0",
"firebase-tools": "^13.11.2",
"prettier": "3.2.5",
"sass": "1.77.2",
"standard-version": "9.5.0",
"typescript": "~5.4.5",
"vite": "5.2.11",
"vue-jest": "3.0.7"
}
}