-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "ewitease",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.11.0",
"@vueuse/motion": "^2.1.0",
"axios": "^1.6.7",
"crypto-js": "^4.2.0",
"firebase": "^10.8.0",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"portal-vue": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vue3-otp-input": "^0.4.1"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/axios": "^0.14.0",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.0",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
}
}