-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "tagihlunas",
"private": true,
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint ./src --fix",
"lint-fix": "eslint ./src --fix"
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"@supabase/supabase-js": "^2.45.4",
"@types/lodash": "^4.17.9",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.1.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.7",
"pinia": "^2.2.2",
"v-money-spinner": "^1.3.2",
"v-money3": "^3.24.1",
"vue": "^3.5.8",
"vue-content-loader": "^2.0.1",
"vue-final-modal": "^4.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.6"
}
}