-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "solid_protocol",
"version": "1.2.0",
"description": "",
"author": "Charles x Kam x Justin",
"license": "ISC",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@drizzle/vue-plugin": "^0.1.3",
"@maticnetwork/walletconnect-provider": "0.0.1-beta.1",
"axios": "^0.21.1",
"core-js": "^3.6.4",
"element-ui": "^2.15.1",
"material-icons": "^0.6.1",
"maticjs": "^1.0.1",
"vue": "^2.6.11",
"vue-mailchimp-subscribe": "^1.1.0",
"vue-router": "^3.1.6",
"vue2-flip-countdown": "^0.11.1",
"vuesax": "^4.0.1-alpha.25",
"vuex": "^3.1.3",
"vuex-persistedstate": "^3.0.1",
"web3": "^1.3.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-plugin-eslint": "^4.3.0",
"@vue/cli-plugin-unit-jest": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11",
"dotenv": "^4.0.0",
"truffle-hdwallet-provider": "0.0.5"
}
}