-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "gochisou-report",
"version": "1.0.0",
"description": "Share gochisou links and upload photos",
"author": "sampo02",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxt generate",
"start": "nuxi preview",
"generate": "nuxt generate",
"lint:check": "yarn run prettier -c . && eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint:fix": "yarn run prettier --write . && eslint --ext .ts,.js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/firebase": "^8.2.2",
"@nuxtjs/pwa": "^3.0.2",
"firebase": "^10.11.0",
"moment": "^2.30.1",
"nuxt": "^2.17.2",
"nuxt-edge": "latest",
"uuid": "^9.0.1",
"vue-js-modal": "^2.0.1"
},
"devDependencies": {
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/types": "^2.17.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/web-vitals": "^0.2.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.1",
"nuxi": "3.11.1",
"prettier": "3.2.5"
},
"resolutions": {
"glob-parent": "^5.1.2"
}
}