-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.19 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "geidai-ikoi",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"_build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"postinstall": "patch-package"
},
"dependencies": {
"@chakra-ui/nuxt": "^0.3.0",
"@emotion/css": "^11.1.3",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/emotion": "^0.1.0",
"@nuxtjs/firebase": "^7.5.0",
"core-js": "^3.9.1",
"firebase": "^8.4.2",
"nuxt": "^2.15.3",
"nuxt-typed-vuex": "^0.1.22",
"vue-gtag": "^1.16.1",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@nuxt/image": "^0.4.14",
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/svg": "^0.1.12",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"fibers": "^5.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"sass": "^1.32.11",
"sass-loader": "10"
},
"resolutions": {
"@chakra-ui/nuxt/chakra-loader/module/lodash.template": "^4.5.0",
"@chakra-ui/nuxt/chakra-loader/module/concat-stream": "^1.5.2",
"**/glob-parent": "^5.1.2",
"**/axios": "^0.21.2",
"**/follow-redirects": "^1.14.8",
"@chakra-ui/nuxt/chakra-loader/module/yargs/yargs-parser": "^5.0.1",
"**/nth-check": "^2.0.1",
"**/ansi-regex": "^5.0.1",
"@chakra-ui/nuxt/chakra-loader/module/vinyl-fs/glob-stream/micromatch/braces": "^2.3.1",
"**/parse-url": "^6.0.1",
"**/protobufjs": "^6.11.3",
"**/parse-url/parse-path": "^5.0.0",
"**/shell-quote": "^1.7.3",
"**/minimist": "^1.2.6",
"**/async": "^3.2.2",
"**/ansi-html": "^0.0.8",
"**/node-fetch": "^2.6.7",
"**/node-forge": "^1.3.0",
"**/sharp": "^0.30.5",
"**/nanoid": "^3.1.31"
}
}