|
12 | 12 | "@aragon/os": "4.2.0",
|
13 | 13 | "@aragon/ui": "^1.2.1",
|
14 | 14 | "@githubprimer/octicons-react": "^8.5.0",
|
15 |
| - "axios": "^0.19.0", |
16 | 15 | "bignumber.js": "^7.2.1",
|
17 | 16 | "codemirror": "^5.50.2",
|
18 | 17 | "core-js": "^3.6.4",
|
19 | 18 | "dompurify": "^1.0.11",
|
20 | 19 | "drag-tracker": "^0.4.3",
|
21 |
| - "ipfs-http-client": "^30.1.3", |
| 20 | + "ipfs-http-client": "^41.0.1", |
22 | 21 | "prop-types": "^15.7.2",
|
23 | 22 | "react-dom": "^16.8.6",
|
24 | 23 | "react-markdown": "^4.2.2",
|
|
105 | 104 | "publish": "aragon apm publish",
|
106 | 105 | "start:app": "npm run sync-assets && parcel serve app/index.html -p 8001 -d ./dist --no-cache --no-autoinstall",
|
107 | 106 | "start:http:template": "npm run start:http -- --template Template --template-init 0x5d94e3e7aec542ab0f9129b9a7badeb5b3ca0f77 @ARAGON_ENS 0xd526b7aba39cccf76422835e7fd5327b98ad73c9 0xf1f8aac64036cdd399886b1c157b7e3b361093f3 --template-args MyToken TKN ['\"0xb4124cEB3451635DAcedd11767f004d8a28c6eE7\"'] ['\"1000000000000000000\"'] ['\"500000000000000000\",\"150000000000000000\",\"86400\"'] --template-new-instance newTokenAndInstance",
|
108 |
| - "start:http": "aragon run --http localhost:8001 --http-served-from dist", |
| 107 | + "start:http": "npm run start:ipfs -- --http localhost:8001 --http-served-from dist", |
109 | 108 | "start:ipfs:template": "npm run start:ipfs -- --template template --template-init 0x5d94e3e7aec542ab0f9129b9a7badeb5b3ca0f77 @ARAGON_ENS 0xd526b7aba39cccf76422835e7fd5327b98ad73c9 0xf1f8aac64036cdd399886b1c157b7e3b361093f3 --template-args MyToken TKN ['\"0xb4124cEB3451635DAcedd11767f004d8a28c6eE7\"'] ['\"1000000000000000000\"'] ['\"500000000000000000\",\"150000000000000000\",\"86400\"'] --template-new-instance newTokenAndInstance",
|
110 | 109 | "start:ipfs": "aragon run --files dist",
|
111 | 110 | "start": "npm run start:app",
|
112 | 111 | "sync-assets": "copy-aragon-ui-assets -n aragon-ui ./dist && npm run copy-public-assets",
|
113 | 112 | "test:gas": "GAS_REPORTER=true npm test",
|
114 | 113 | "test:script": "ava app/src/*.test.js --verbose",
|
115 | 114 | "test": "cross-env TRUFFLE_TEST=true npm run ganache-cli:test",
|
116 |
| - "watch:script": "parcel watch app/script.js --out-dir ./dist/ --no-hmr" |
| 115 | + "watch:script": "parcel watch app/script.js store/**/*.js --out-dir ./dist/ --no-hmr" |
117 | 116 | },
|
118 | 117 | "repository": {
|
119 | 118 | "type": "git",
|
|
123 | 122 | "license": "GPL-3.0",
|
124 | 123 | "author": "",
|
125 | 124 | "browserslist": [
|
126 |
| - "> 1%", |
127 |
| - "last 3 versions", |
128 |
| - "ie >= 9", |
129 |
| - "ios >= 8", |
130 |
| - "android >= 4.2" |
| 125 | + "last 2 Chrome versions" |
131 | 126 | ],
|
132 | 127 | "lint-staged": {
|
133 | 128 | "*.js": [
|
|
0 commit comments