-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.4 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": "fgo-calculator",
"version": "1.0.0",
"description": "My fantabulous Nuxt.js project",
"author": "Shotaro",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build:copy:ssr": "rimraf functions/ssr && mkdirp functions/ssr && cp -R .nuxt/dist functions/ssr/dist",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@firebase/app": "^0.7.9",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/pwa": "^3.0.2",
"core-js": "^3.25.5",
"firebase": "^9.11.0",
"fuse.js": "^6.6.2",
"nuxt": "^3.0.0",
"vee-validate": "^3.3.9",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.12.3",
"@vue/test-utils": "^1.1.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^27.4.3",
"prettier": "^1.19.1",
"vue-jest": "^4.0.0-beta.6"
}
}