-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 864 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
{
"name": "chat-app-vite",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@headlessui/vue": "^1.4.2",
"@typescript-eslint/parser": "^5.5.0",
"bootstrap-icons": "^1.7.1",
"firebase": "^9.6.0",
"pinia": "^2.0.1",
"vue": "^3.2.23",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.1.1",
"postcss": "^8.4.4",
"tailwindcss": "3.0.0-alpha.1",
"typescript": "^4.5.2",
"vite": "^2.6.14",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.3.0"
}
}