-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
134 lines (134 loc) · 4.09 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "@soramitsu/soraneo-wallet-web",
"version": "1.43.5",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20"
},
"author": "Stefan Popov <popov@soramitsu.co.jp>",
"main": "./lib/soraneo-wallet-web.umd.js",
"module": "./lib/soraneo-wallet-web.esm.js",
"unpkg": "./lib/soraneo-wallet-web.min.js",
"typings": "./lib/index.d.ts",
"scripts": {
"build": "rm -rf lib && rollup -c ./build/rollup.config.js",
"serve": "vue-cli-service serve",
"inspect": "vue-cli-service inspect > .webpack-config.js",
"test:unit": "vue-cli-service test:unit --silent",
"test:e2e": "vue-cli-service test:e2e --headless",
"test:e2e-ui": "vue-cli-service test:e2e",
"test:all": "yarn test:unit --coverage",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@polkadot/extension-inject": "^0.44.7",
"@polkadot/vue-identicon": "2.12.1",
"@sora-substrate/sdk": "1.43.1",
"@soramitsu-ui/ui-vue2": "^1.1.6",
"@urql/core": "^5.0.4",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.2",
"base-64": "^1.0.0",
"core-js": "^3.37.1",
"crypto-js": "^4.2.0",
"crypto-random-string": "^5.0.0",
"dayjs": "^1.11.12",
"direct-vuex": "^0.12.1",
"file-saver": "^2.0.5",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0",
"is-electron": "^2.2.2",
"lodash": "^4.17.21",
"maska": "^1.5.2",
"nft.storage": "^7.2.0",
"subscriptions-transport-ws": "^0.11.0",
"vue": "2.7.14",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.28.2",
"vue-plugin-load-script": "^2.1.1",
"vue-property-decorator": "^9.1.2",
"vue-virtual-scroller": "^1.1.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/runtime": "^7.24.8",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/base-64": "^1.0.2",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
"@types/gapi": "^0.0.47",
"@types/gapi.client.drive": "^3.0.15",
"@types/google.accounts": "^0.0.14",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-e2e-cypress": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-plugin-vuex": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^8.0.0",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^27.0.0",
"cypress": "^8.7.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.20.0",
"jest": "^27.5.1",
"jest-extended": "^0.11.5",
"lint-staged": "^9.5.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"prettier": "^2.8.8",
"rollup": "2.79.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-plugin-vue": "^5.1.9",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"ts-jest": "^27.1.5",
"typescript": "~5.5.4",
"vue-template-compiler": "2.7.14"
},
"resolutions": {
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
}
}