-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.67 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
{
"name": "colony-rewards-distribution",
"version": "0.0.1",
"private": true,
"description": "A simple web-based interface for triggering, claiming/waiving, and finalizing colony reward payouts for any token in any colony.",
"author": "Tommy Cox <[email protected]>",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"colony-setup": "colony service colony-setup",
"deploy-contracts": "colony service deploy-contracts",
"gh-pages-deploy": "node scripts/gh-pages-deploy.js",
"now-build": "quasar build",
"build": "quasar build",
"seed-network": "colony service seed-network",
"start": "quasar dev --history",
"start-ganache": "colony service start-ganache",
"start-trufflepig": "colony service start-trufflepig",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@colony/purser-metamask": "2.5.0-rc.4",
"@quasar/extras": "^1.0.0",
"@tommycox/colony-js-client": "^1.14.17",
"axios": "^0.21.1",
"human-standard-token-abi": "^2.0.0",
"push-dir": "^0.4.1",
"quasar": "1.4.3",
"vue-fragment": "^1.5.1"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"@vue/eslint-config-prettier": "^4.0.0",
"babel-eslint": "^10.0.1",
"chalk": "^4.0.0",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"execa": "^4.0.0",
"node-emoji": "^1.10.0",
"vue-cli-plugin-gh-pages-auto-deploy": "~0.3.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"capacitorId": "",
"cordovaId": "",
"engines": {
"node": "10.x",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"productName": "Colony Rewards Distribution"
}