forked from lukablaskovic/macroquiet-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "macroquiet-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@vee-validate/rules": "^4.8.1",
"@vueform/slider": "^2.1.9",
"@vuepic/vue-datepicker": "^4.3.0",
"@vueup/vue-quill": "^1.1.1",
"axios": "^1.3.4",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.3.1",
"i": "^0.3.7",
"jwt-decode": "^3.1.2",
"npm": "^9.6.4",
"pinia": "^2.0.33",
"vee-validate": "^4.8.1",
"vue": "^3.2.45",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.1.6",
"vue3-carousel": "^0.2.12",
"vue3-draggable": "^2.0.9",
"vue3-img-input": "^1.2.1",
"vue3-mq": "^3.1.3",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"sass": "^1.58.3",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.7",
"tw-colors": "^1.1.6",
"vite": "^4.1.0",
"vite-plugin-radar": "^0.9.1",
"vite-plugin-rewrite-all": "^1.0.1"
}
}