-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "vuecommerce",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tabler/icons-vue": "^2.11.0",
"@tabler/icons-webfont": "^2.22.0",
"@unhead/ssr": "^1.1.23",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.23",
"axios": "^1.3.4",
"collect.js": "^4.34.3",
"firebase": "^9.19.1",
"intus": "^0.0.4",
"maska": "^2.1.8",
"pinia": "^2.0.33",
"pinia-orm": "^1.6.7",
"pinia-plugin-persistedstate": "^3.1.0",
"shopier-api": "^1.0.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuefire": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@unhead/addons": "^1.1.23",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.1.1",
"naive-ui": "^2.34.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vfonts": "^0.0.3",
"vite": "^4.2.0",
"vite-plugin-pages": "^0.29.0"
}
}