-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 849 Bytes
/
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
{
"name": "subscriptions-manager-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"axios": "^1.4.0",
"nprogress": "^0.2.0",
"vue": "^3.2.47",
"vue-multiselect": "^3.0.0-beta.2",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.14",
"happy-dom": "^12.9.1",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vitest": "^0.34.2",
"vue-tsc": "^1.4.2"
}
}