-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 960 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
36
37
38
39
40
{
"name": "feathers-chat-pinia",
"description": "A FeathersJS chat",
"private": true,
"version": "0.1.0",
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "Laurensius Adi",
"email": "hello@laurensi.us"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@feathersjs/authentication-client": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"@feathersjs/socketio-client": "^4.5.15",
"date-fns": "^2.28.0",
"feathers-hooks-common": "^6.1.3",
"feathers-pinia": "^0.34.0",
"pinia": "^2.0.16",
"socket.io-client": "^2.3.0",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.6.4",
"vite": "^2.9.14",
"vue-tsc": "^0.38.4"
}
}