forked from walt-id/waltid-web-wallet-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "waltid-web-wallet",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"format": "prettier --write \"**/**.{js,json,vue}\"",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:js:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:fix": "yarn lint:js:fix",
"lint": "yarn lint:js"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@nuxtjs/auth-next": "^5.0.0-1643791578.532b3d6",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg-sprite": "^0.5.2",
"@vue/composition-api": "^1.4.9",
"@walletconnect/web3-provider": "^1.7.7",
"axios": "^0.24.0",
"core-js": "^3.15.1",
"is-https": "^4.0.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.1",
"nuxt": "^2.15.7",
"qr-scanner": "^1.4.1",
"qrious": "^4.0.2",
"vue3-clipboard": "^1.0.0",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"fibers": "^5.0.0",
"node-sass": "^7.0.3",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"sass-loader": "^10.3.1",
"tailwindcss": "^3.2.1"
}
}