-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.63 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
{
"name": "@rtoken/app",
"version": "1.0.0",
"homepage": "https://rdai.money",
"repository": "https://github.com/rtoken-project/rdai.git",
"bugs": "https://github.com/rtoken-project/rdai/issues",
"scripts": {
"serve": "PORT=8710 vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@truffle/contract": "^4.1.2",
"@rtoken/contracts": "^1.0.1-rc3",
"@fortawesome/fontawesome-free": "^5.12.0",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"core-js": "^3.5.0",
"css-loader": "^3.3.2",
"deepmerge": "^4.2.2",
"fibers": "^4.0.2",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue": "^2.6.11",
"vue-cli-plugin-vuetify": "^2.0.2",
"vue-clipboards": "^1.3.0",
"vue-cryptoicon": "^0.1.6",
"vue-qr-generator": "^3.0.1",
"vue-router": "^3.1.3",
"vue-social-sharing": "^2.4.7",
"vue-svg-loader": "^0.15.0",
"vue-template-compiler": "^2.6.11",
"vuetify": "^2.1.14",
"vuetify-loader": "^1.4.3",
"vuex": "^3.1.2",
"web3": "^1.2.4"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.0.1",
"husky": "^3.1.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}