-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.26 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": "feathers-vuex-vite-spa",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.13.6",
"@feathersjs/authentication-client": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/socketio-client": "^4.5.11",
"@feathersjs/vuex": "^4.0.1-pre.11",
"@intlify/vite-plugin-vue-i18n": "^2.0.1",
"@vueuse/core": "^4.3.4",
"@vueuse/head": "^0.5.1",
"events": "^3.3.0",
"feathers-hooks-common": "^5.0.5",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.0",
"socket.io-client": "^2.4.0",
"vite-plugin-windicss": "^0.7.2",
"vue": "^3.0.5",
"vue-i18n": "^9.0.0-rc.6",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@iconify/json": "^1.1.314",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"markdown-it-prism": "^2.1.6",
"vite": "^2.0.5",
"vite-plugin-components": "^0.8.0",
"vite-plugin-icons": "^0.3.2",
"vite-plugin-md": "^0.6.1",
"vite-plugin-pages": "^0.7.0",
"vite-plugin-pwa": "^0.5.6",
"vite-plugin-vue-layouts": "^0.2.2"
}
}