-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "content-registry-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint src/*.ts src/*.vue --fix"
},
"dependencies": {
"@4everland/content-id-registry-contracts": "^0.5.0",
"ant-design-vue": "^1.7.7",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0"
},
"devDependencies": {
"@metamask/detect-provider": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@walletconnect/web3-provider": "^1.7.7",
"axios": "^0.27.2",
"detect-browser": "^5.3.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.16.0",
"ethers": "^5.4.5",
"moment": "^2.29.1",
"typescript": "~4.1.5",
"vue-axios": "^3.4.1",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.6.2"
}
}