-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 814 Bytes
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/image-edge": "^1.0.0-27628766.3629b9a",
"nuxt": "^3.0.0-rc.12"
},
"dependencies": {
"@microsoft/signalr": "^5.0.17",
"@persian-tools/persian-tools": "^3.4.0",
"@pinia/nuxt": "^0.4.0",
"@vueuse/core": "^8.9.2",
"apexcharts": "^3.35.4",
"click-outside-vue3": "^4.0.1",
"gsap": "^3.10.4",
"lodash": "^4.17.21",
"num2persian": "^3.2.2",
"pinia": "^2.0.18",
"vee-validate": "^4.6.0",
"vue-skeletor": "^1.0.6",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.4.1",
"vue3-carousel": "^0.1.43",
"vue3-dropzone": "^2.0.1",
"yup": "^0.32.11"
}
}