-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "vue-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": {
"ant-design-vue": "^1.7.7",
"hls.js": "^1.0.10",
"ipfs-core": "^0.11.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0"
},
"devDependencies": {
"@maticnetwork/maticjs": "^2.0.45",
"@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",
"ipfs-http-client": "^53.0.0",
"moment": "^2.29.1",
"typescript": "~4.1.5",
"vue-axios": "^3.4.1",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.6.2"
}
}