forked from harmony-one/dapp-demo-crowdfunding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "crowdfunding",
"version": "0.1.0",
"private": true,
"main": "truffle.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@harmony-js/core": "^0.1.45",
"@harmony-js/network": "^0.1.45",
"@harmony-js/utils": "^0.1.45",
"@openzeppelin/contracts": "^2.5.1",
"@vue/cli": "^4.4.6",
"date-and-time": "^0.13.1",
"dotenv": "^8.1.0",
"openzeppelin-solidity": "^2.2.0",
"tslib": "^1.10.0",
"vue": "^2.6.6",
"vuetify": "^1.5.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-service": "^4.4.6",
"deepmerge": "^4.2.2",
"fibers": "^5.0.0",
"node-sass": "^4.14.1",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.6.6",
"vuetify-loader": "^1.0.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}