-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@types/is": "^0.0.21",
"autoprefixer": "^10.4.2",
"nuxt3": "latest",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"sass": "^1.49.7",
"tailwindcss": "^3.0.18"
},
"dependencies": {
"@aktasumut34/vue-multiselect": "^3.0.0-alpha.2",
"@chenfengyuan/vue-number-input": "2",
"@headlessui/vue": "^1.4.3",
"@kyvg/vue3-notification": "^2.3.4",
"@pinia/nuxt": "^0.1.8",
"@vueuse/core": "^7.6.2",
"click-outside-vue3": "^4.0.1",
"color": "^4.2.0",
"dayjs": "^1.10.7",
"disable-scroll": "^0.6.0",
"is_js": "^0.9.0",
"lodash": "^4.17.21",
"pinia": "^2.0.11",
"primeicons": "^5.0.0",
"primevue": "^3.12.0",
"sass-loader": "^12.6.0",
"sweetalert2": "^11.4.2",
"vue-debounce": "^3.0.2",
"vue-easy-lightbox": "^1.3.0",
"vue-tel-input": "^6.0.0-beta.6",
"vue3-carousel": "^0.1.36",
"vue3-print-nb": "^0.1.4"
}
}