-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
68 lines (68 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
{
"name": "mydotwallet",
"version": "1.0.2",
"scripts": {
"build": "vue-cli-service build && cp dist/index.html dist/404.html",
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"publish": "git push origin `git subtree split --prefix dist main`:gh-pages --force"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "2",
"@polkadot/api": "^10.9.1",
"@polkadot/apps-config": "^0.132.1",
"@substrate/connect": "^0.7.13",
"@vueuse/core": "^9.1.1",
"bignumber.js": "9.1.1",
"core-js": "^3.8.3",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"ua-parser-js": "^1.0.32",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"web3-utils": "^1.8.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@polkadot/api-derive": "^10.9.1",
"@polkadot/extension-inject": "^0.46.5",
"@polkadot/keyring": "^12.3.2",
"@polkadot/types": "^10.9.1",
"@polkadot/types-augment": "^10.9.1",
"@polkadot/types-codec": "^10.9.1",
"@polkadot/types-known": "^10.9.1",
"@polkadot/ui-shared": "^3.5.1",
"@polkadot/util": "^12.3.2",
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.18",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"buffer": "^6.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "^8.0.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.4.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.4.0",
"typescript": "~4.5.5"
}
}