-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 870 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 870 Bytes
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
{
"name": "dai-daddy",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"ant-design-vue": "^1.4.1",
"axios": "^0.19.0",
"chai": "^4.2.0",
"core-js": "^3.1.2",
"openzeppelin-test-helpers": "^0.5.1",
"register-service-worker": "^1.6.2",
"truffle-contract": "^4.0.31",
"vue": "^2.6.10",
"vue-jazzicon": "^0.1.3",
"vue-js-modal": "^1.3.31",
"vue-router": "^3.0.6",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"web3": "^1.2.1"
},
"devDependencies": {
"@vue/cli-plugin-pwa": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"truffle-hdwallet-provider": "^1.0.17",
"vue-template-compiler": "^2.6.10"
}
}