This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
76 lines (76 loc) · 2.12 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
{
"name": "frabric-app",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@apollo/client": "^3.4.5",
"@coinbase/wallet-sdk": "^3.5.3",
"@ethereumjs/tx": "^3.3.0",
"@headlessui/vue": "^1.3.0",
"@meforma/vue-toaster": "^1.3.0",
"@openzeppelin/contracts": "^4.1.0",
"@vue/apollo-option": "^4.0.0-alpha.14",
"animate.css": "^4.1.1",
"async-retry": "^1.3.1",
"axios": "^0.21.1",
"blockies-vue": "^1.1.1",
"bulma": "^0.9.3",
"core-js": "^3.6.5",
"deepmerge": "^1.5.2",
"dotenv": "^7.0.0",
"ethers": "^5.4.1",
"faker": "^5.5.3",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"hooper-vue3": "^0.4.5",
"ipfs-http-client": "^52.0.2",
"lodash": "^4.17.21",
"sass": "~1.32",
"sass-loader": "^10.1.1",
"stylus": "^0.56.0",
"stylus-loader": "^3.0.2",
"vue": "^3.2.13",
"vue-blockies": "^1.0.0",
"vue-markdown-render": "^2.0.0",
"vue-router": "^4.0.10",
"vue-template-compiler": "^2.6.11",
"vue-toaster": "^2.0.0",
"vue-unicons": "^3.3.1",
"vue3-carousel": "^0.2.4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@ledgerhq/hw-app-eth": "^6.29.10",
"@ledgerhq/hw-transport-webhid": "^6.27.6",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.13",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"file-loader": "^3.0.1",
"postcss": "^7.0.36",
"vue-loader": "^15.9.7"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"alias": {
"@ledgerhq/devices": "@ledgerhq/devices/lib-es",
"@ledgerhq/devices/hid-framing": "@ledgerhq/devices/lib-es/hid-framing"
}
}