-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
45
46
47
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm lint:js"
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"@feathersjs/authentication-client": "^5.0.31",
"@feathersjs/feathers": "^5.0.31",
"@feathersjs/rest-client": "^5.0.31",
"@feathersjs/socketio-client": "^5.0.31",
"@pinia/nuxt": "^0.7.0",
"feathers-pinia": "^4.5.4",
"nuxt-feathers-pinia": "^0.1.0",
"pinia": "^2.1.7",
"@nuxt/devtools": "^1.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.8.8",
"eslint": "^8.45.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.15.1",
"nuxt": "^3.6.5",
"nuxt-gtag": "^1.1.1",
"ofetch": "^1.3.3",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@nuxt/content": "^2.9.0",
"@nuxt/fonts": "^0.10.2",
"sass": "^1.80.6",
"socket.io-client": "^4.7.2",
"vuetify": "^3.3.23",
"vuetify-nuxt-module": "^0.18.3"
}
}