-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "predi",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@wagmi/core": "^1.3.9",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/html": "^2.7.1",
"animate.css": "^4.1.1",
"ant-design-vue": "^1.7.7",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"core-js": "^3.6.5",
"crypto-browserify": "^3.12.0",
"ethers": "^5.1.3",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"swiper": "^3.4.2",
"throttle-debounce": "^3.0.1",
"vue": "^2.6.11",
"vue-awesome-swiper": "^3.1.3",
"vue-bus": "^1.2.1",
"vue-clipboard2": "^0.3.3",
"vue-i18n": "^7.5.0",
"vue-infinite-scroll": "^2.0.2",
"vue-router": "3.0.1",
"vue-socialmedia-share": "^1.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"node-sass": "^6.0.1",
"sass-loader": "^10.4.1",
"vue-template-compiler": "^2.6.14"
},
"browser": {
"crypto": false
}
}